diff options
Diffstat (limited to 'npc/001-4/mushroom.txt')
-rw-r--r-- | npc/001-4/mushroom.txt | 42 |
1 files changed, 28 insertions, 14 deletions
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; } |