diff options
author | wushin <pasekei@gmail.com> | 2014-04-11 12:09:39 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-15 20:26:23 -0500 |
commit | 7632f53fd6f0c2accf45983d2885ef596d4bee7e (patch) | |
tree | 0e3aaa7c032d15257e82ba2945f7c3b0d0b17b10 /world/map/npc/functions/soul_menhir.txt | |
parent | 0073a8a833ca6970b678f7d48af154429cc547ae (diff) | |
download | serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.gz serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.bz2 serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.tar.xz serverdata-7632f53fd6f0c2accf45983d2885ef596d4bee7e.zip |
New Core Function
Travelers to warp about
Checks being moved into functions
Warp Towel Behavior changed
Diffstat (limited to 'world/map/npc/functions/soul_menhir.txt')
-rw-r--r-- | world/map/npc/functions/soul_menhir.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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) |