Jedzkie 58 Posted December 4, 2013 hi! i have problem with my script, here is the error. script:op_2: invalid data for operator C_EQ here is my script http://pastebin.com/raw.php?i=hE3BMmiQ Quote Share this post Link to post Share on other sites
0 Yommy 265 Posted December 4, 2013 meh, moment Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted December 4, 2013 (edited) - script Job_Master#iRO -1,{OnPCLoginEvent: if (j_choose1) end; mes "Hi"; next;j_choose: switch(select("Swordsman:Cancel")){ case 1: swordsman = 1; j_choose1 = 1; close; case 2: close2; goto j_choose; } OnPCJobLvUpEvent: if (JobLevel == 10){ if (swordsman == 1) jobchange Job_Swordman; swordsman = 0; knight = 1; end; } else if (JobLevel == 90){ if (knight == 1) jobchange Job_Knight; knight = 0; rebirth = 1; end; }} Edited December 4, 2013 by quesoph Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 11, 2013 @Frost, any update to your problem? or is it solved? Quote Share this post Link to post Share on other sites
hi! i have problem with my script, here is the error.
Share this post
Link to post
Share on other sites