From 7632f53fd6f0c2accf45983d2885ef596d4bee7e Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 12:09:39 -0500 Subject: New Core Function Travelers to warp about Checks being moved into functions Warp Towel Behavior changed --- world/map/npc/functions/soul_menhir.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'world/map/npc/functions/soul_menhir.txt') diff --git a/world/map/npc/functions/soul_menhir.txt b/world/map/npc/functions/soul_menhir.txt index 14c1cf1c..e5ec9f4a 100644 --- a/world/map/npc/functions/soul_menhir.txt +++ b/world/map/npc/functions/soul_menhir.txt @@ -6,7 +6,13 @@ function|script|SoulMenhir|, menu "Touch it.", L_Bind, - "Leave it alone.", L_Return; + "Leave it alone.", L_Return, + "I lost my towel...", L_Towel; + +L_Towel: + callfunc "MultiWarpTowel"; + getitem "HitchhikersTowel", 1; + goto L_Return; L_Bind: if (Menhir_Activated == 1) -- cgit v1.2.3-60-g2f50