diff options
Diffstat (limited to 'world/map/npc/items/warpTowels.txt')
-rw-r--r-- | world/map/npc/items/warpTowels.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index cbbb462f..75209523 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -1,4 +1,4 @@ -function|script|useWhiteWarpTowel| +function|script|useWhiteWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -34,7 +34,7 @@ L_Keep: getitem "WhiteHitchhikersTowel", 1; end; } -function|script|useRedWarpTowel| +function|script|useRedWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -70,7 +70,7 @@ L_Keep: getitem "RedHitchhikersTowel", 1; end; } -function|script|useGreenWarpTowel| +function|script|useGreenWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -106,7 +106,7 @@ L_Keep: getitem "GreenHitchhikersTowel", 1; end; } -function|script|useBlueWarpTowel| +function|script|useBlueWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -142,7 +142,7 @@ L_Keep: getitem "BlueHitchhikersTowel", 1; end; } -function|script|useYellowWarpTowel| +function|script|useYellowWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -178,7 +178,7 @@ L_Keep: getitem "YellowHitchhikersTowel", 1; end; } -function|script|usePurpleWarpTowel| +function|script|usePurpleWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -214,7 +214,7 @@ L_Keep: getitem "PurpleHitchhikersTowel", 1; end; } -function|script|useOrangeWarpTowel| +function|script|useOrangeWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -250,7 +250,7 @@ L_Keep: getitem "OrangeHitchhikersTowel", 1; end; } -function|script|usePinkWarpTowel| +function|script|usePinkWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -286,7 +286,7 @@ L_Keep: getitem "PinkHitchhikersTowel", 1; end; } -function|script|useTealWarpTowel| +function|script|useTealWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; @@ -322,7 +322,7 @@ L_Keep: getitem "TealHitchhikersTowel", 1; end; } -function|script|useLimeWarpTowel| +function|script|useLimeWarpTowel|, { if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; |