diff options
Diffstat (limited to 'world/map/npc/001-1/bernard.txt')
-rw-r--r-- | world/map/npc/001-1/bernard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/001-1/bernard.txt b/world/map/npc/001-1/bernard.txt index 25364698..c152f673 100644 --- a/world/map/npc/001-1/bernard.txt +++ b/world/map/npc/001-1/bernard.txt @@ -13,8 +13,8 @@ if(@state == 1) goto L_Progress; set @TEMP, rand(2); - if(@TEMP == 0) goto L_Opening0; if(@TEMP == 1) goto L_Opening1; + goto L_Opening0; L_Opening0: mes "[Bernard]"; @@ -35,8 +35,8 @@ L_Ask: L_Yes: set @TEMP, rand(2); - if(@TEMP == 0) goto L_Req0; if(@TEMP == 1) goto L_Req1; + goto L_Req0; L_Req0: mes "[Bernard]"; |