diff options
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index b6e43c727..ab5826fac 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -856,7 +856,6 @@ function script applegamble { mes "in a friendly game of Dice?";
next;
switch(select("Play Dice Game:Learn Dice Game Rules:Cancel")){
- case 255:
case 3:
mes "["+getarg(0)+"]";
mes "I'm up for a game of";
@@ -938,7 +937,7 @@ L_Input: mes "betting ^FF0000"+@amount+"^000000 Apples.";
mes "Is that right?";
next;
- if(select("Yes:No")==2 || @menu == 255){
+ if(select("Yes:No")==2){
mes "["+getarg(0)+"]";
mes "Mm, made a mistake?";
mes "Alright, please enter the";
@@ -1044,9 +1043,6 @@ L_Input: mes "luck next time.";
}
close;
- } else {
- if(@menu == 255)
- end;
}
mes "^0000FF*Rolling and rumbling*";
set @player3,rand(1,6);
|