added next;
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8510 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d62de6e53f
commit
6bbf228021
@ -28,6 +28,7 @@ set @npcname$, "[Josh]";
|
||||
mes @npcname$;
|
||||
mes "Hi ho~ I sell some awesome firecrackers, would you like to buy one?";
|
||||
mes "Only 500z and you get 5 ^FF0000firecrackers^000000!";
|
||||
next;
|
||||
switch(select("Yes Please:No thanks")) {
|
||||
case 1:
|
||||
if (Zeny < 500) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user