From 53e5a40a0a2b22205346a84bce25e419c4a3cf17 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 18:10:53 -0300 Subject: Remove alchemy, fix some scripts --- npc/002-2/stranger.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-2') 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]"; -- cgit v1.2.3-60-g2f50