Getting this error on running the script, Please help!
@@KirieZ
@@KirieZ
Code:
[Error]: Loading NPC file: npc/custom/refc.txtscript error on npc/custom/refc.txt line 35 script:add_word: invalid word. A word consists of undercores and/or alphanumeric characters, and valid variable prefixes/postfixes. 30 : mes "know what you want me to refine."; 31 : next; 32 : 33 : setarray .@position$[1], "Head","Body","Left hand","Right hand","Robe","Shoes","Accessory 1","Accessory 2","Head 2","Head 3"; 34 : .@menu$ = "";* 35 : for(.@i = 1; .@i <= 10; '+'+.@i) { 36 : if(getequipisequiped(.@i)) { 37 : .@menu$ += .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; 38 : .@equipped = 1; 39 : } 40 : .@menu$ += ":";
Last edited by a moderator: