summaryrefslogtreecommitdiff
path: root/npc/002-2/stranger.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-2/stranger.txt')
-rwxr-xr-xnpc/002-2/stranger.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-2/stranger.txt b/npc/002-2/stranger.txt
index 98c9ffd7..8be7ac21 100755
--- a/npc/002-2/stranger.txt
+++ b/npc/002-2/stranger.txt
@@ -150,8 +150,8 @@ L_Towel:
mes "\"What is the most important item for every hitchhiker to have?\"";
mes "";
mes "##BDrag & drop the item from your inventory##b.";
- requestitem .@answer$[0];
- if (.@answer$[0] != "Towel" && .@answer$[0] != "HitchhikersTowel")
+ .@answer=requestitem();
+ if (.@answer != Towel && .@answer != HitchhikersTowel)
goto L_Wrong_Answer;
mes "[Stranger]";