gyroguevarra Posted November 14, 2013 Posted November 14, 2013 With izlude morroc pronter selection map. Thank you Quote
Patskie Posted November 14, 2013 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
Question
gyroguevarra
With izlude morroc pronter selection map. Thank you
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.