gyroguevarra Posted November 14, 2013 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 107 Reputation: 1 Joined: 09/17/13 Last Seen: October 26, 2014 Share Posted November 14, 2013 With izlude morroc pronter selection map. Thank you Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 14, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 hours ago Share Posted November 14, 2013 .Maps$ = menu selection .WarpMap$ = map name to be warped prontera,150,150,0 script Sample 100,{ setarray .Maps$[0],"Morocc","Prontera","Izlude"; setarray .WarpMap$[0],"payon","geffen","alberta"; .@menu$ = implode(.Maps$, ":"); mes "Where you want to battle?"; next; .@i = select(.@menu$) - 1; mes "Orayt bye bye ! ~"; warp .WarpMap$[.@i],0,0; close; } Quote Link to comment Share on other sites More sharing options...
Question
gyroguevarra
With izlude morroc pronter selection map. Thank you
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.