Jump to content
  • 0
Sign in to follow this  
Jedzkie

Script Error

Question

3 answers to this question

Recommended Posts

  • 0

-	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 by quesoph

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.