Jedzkie 58 Posted November 30, 2013 hi! can someone make me a script if i reach joblevel 10 a dialog pops up on my screen? thanks! Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted November 30, 2013 OnPCJobLvUpEvent:if ( JobLevel == 10 ) mes "Pop up";close; 1 jaBote reacted to this Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted December 1, 2013 Thanks patskie, how about if i reach job level 50? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted December 1, 2013 Thanks patskie, how about if i reach job level 50? OnPCJobLvUpEvent:if ( JobLevel == 10 ){ //Pop Up if level 10mes "Pop up";close;}else if( JobLevel == 50) { //Pop up if level 50mes "You reached Job.Level 50";close;}end; 1 iramenous reacted to this Quote Share this post Link to post Share on other sites
hi! can someone make me a script if i reach joblevel 10 a dialog pops up on my screen? thanks!
Share this post
Link to post
Share on other sites