diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1_Tulimshar/sandra.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/sandra.txt b/npc/001-1_Tulimshar/sandra.txt index bbaca563..1dab65ed 100644 --- a/npc/001-1_Tulimshar/sandra.txt +++ b/npc/001-1_Tulimshar/sandra.txt @@ -41,9 +41,9 @@ L_Ask: L_Yes: set @TEMP, rand(3); - if(@TEMP == 0) goto L_Req1; - if(@TEMP == 1) goto L_Req2; - if(@TEMP == 2) goto L_Req3; + if(@TEMP == 0) goto L_Req0; + if(@TEMP == 1) goto L_Req1; + if(@TEMP == 2) goto L_Req2; L_Req0: mes "[Sandra]"; |