Jump to content
  • 0

My script got an error but no error in game


lolmin21

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/24/13
  • Last Seen:  

Need help in fixing error, can't understand with this error show up in putty :

 

script error on npc/custom/kafraExpress/ke_main.txt line 324

parse_callfunc: expected ')' to close argument list

 

In game its normally can use and did not get any error.

 

 p/s: By the way, it's not my script, i'm just edit it Hihihihi /shy

ke_main.txt

Edited by lolmin21
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  928
  • Reputation:   170
  • Joined:  04/05/13
  • Last Seen:  

Try

 

if (guildopenstorage(0) == 1)

 

 

to

 

if (guildopenstorage() == 1)

 

 

Not sure sorry If doesn't work.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  11/24/13
  • Last Seen:  

Try

 

if (guildopenstorage(0) == 1)

 

 

to

 

if (guildopenstorage() == 1)

 

 

Not sure sorry If doesn't work.

 

Thank you. Its working.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...