mes "Last broadcast user: ^FF0000"+.lastname$+"^000000.";
next;
mes .npc$;
mes "Jail this player?";
if(select("Yes:No")==2) continue;
atcommand "@jailfor 15n "+.lastname$;
announce .lastname$+" has been jailed for 15 minutes for abusing the Broadcaster NPC.",0;
next;
mes .npc$;
mes "Player is jailed.";
next;
continue;
Is there a way to not allow the GM to use this case 3 if the .lastname$ isn't used yet aliases, null, blank because even without the .lastname it keep jailing and announcing.
Question
xeNium
Is there a way to not allow the GM to use this case 3 if the .lastname$ isn't used yet aliases, null, blank because even without the .lastname it keep jailing and announcing.
http://rathena.org/wiki/If
Edited by xeNium1 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.