Jump to content
  • 0

having error in this script


jimmyyheah

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  12/18/13
  • Last Seen:  

my putty

 



Script error on npc/jimmy/restrictedjob.txt line 83
parse_line: need ';'
78 : setarray .Map$, // <Mapname>,<Mode>.... ( Mode = Bitwise Value ) Max of ~64 Map Settings.
79 : "prtg_cas01","7",
80 : "prtg_cas02","56",
81 :
82 : // Assign a LoadEvent Mapflag to each map you listed.
* 83 : for'(' set .map,0; .map < getarraysize( .Map$ ); set .map,.map + 2 );
84 : setmapflag .Map$[.map],mf_loadevent;
85 : end;
86 : }

restrictedjob.txt

Edited by Emistry
codebox
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   5
  • Joined:  02/17/12
  • Last Seen:  

find this 

"prtg_cas02","56",

replace to

"prtg_cas02","56";
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  12/18/13
  • Last Seen:  

Thanks =D i try restart and see work or not 

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...