diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/lvl4_weapon_quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/lvl4_weapon_quest.txt b/npc/quests/lvl4_weapon_quest.txt index 5f2514068..a2839d0cc 100644 --- a/npc/quests/lvl4_weapon_quest.txt +++ b/npc/quests/lvl4_weapon_quest.txt @@ -3273,13 +3273,13 @@ niflheim,331,72,3 script Waltboughst#lv4 4_M_NFDEADMAN,{ mes "[Waltboughst]"; mes "Okay..."; mes "I wrote down..."; - if (.@npchand == 1) { + if (.@npchand1 == 1) { mes "Scissors"; } - else if (.@npchand == 2) { + else if (.@npchand1 == 2) { mes "Rock"; } - else if (.@npchand == 3) { + else if (.@npchand1 == 3) { mes "Paper"; } if (.@npchand2 == 1) { |