From b2faa43d6e2f255f941cc6e6424c975b2a665446 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 17 Apr 2019 22:34:08 -0300 Subject: Meh --- npc/001-4/mushroom.txt | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) (limited to 'npc/001-4/mushroom.txt') diff --git a/npc/001-4/mushroom.txt b/npc/001-4/mushroom.txt index 659882574..ecb3302c2 100644 --- a/npc/001-4/mushroom.txt +++ b/npc/001-4/mushroom.txt @@ -23,8 +23,9 @@ function script mushroomWarp { mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -33,8 +34,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -43,8 +45,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -53,8 +56,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -63,8 +67,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -73,8 +78,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -83,8 +89,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -93,8 +100,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -103,8 +111,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -113,8 +122,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -123,8 +133,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -133,8 +144,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -143,8 +155,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } @@ -153,8 +166,9 @@ OnTouch: mes l("Only getting closer to find out what kind this one is."); close; +OnTouchNPC: OnTouch: - callfunc "mushroomWarp"; + mushroomWarp(); close; } -- cgit v1.2.3-70-g09d2