The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Switch(select with player count)
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
celeron0134
Hi good day rathena community .. can you kindly help me with my script? i want to have a player count on Menu selection..
prontera,164,173,3 script Map Warper 512,{
mes "Hello, ^0000FF"+strcharinfo(0)+"^000000,";
mes "Where do you want to go?";
next;
switch(select("prontera( getmapusers) :izlude( getmapusers):aldebaran( getmapusers)")){
Case 1:
mes "Are you sure?";
next;
switch(select("Yes:No")){
Case 1:
warp "prontera", 0, 0;
close;
Case 2:
mes "ok bye";
close;
}
Case 2:
goto Atroce;
Link to comment
Share on other sites
4 answers 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.