summaryrefslogtreecommitdiff
path: root/world/map/npc/items/warpTowels.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/warpTowels.txt')
-rw-r--r--world/map/npc/items/warpTowels.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt
index 01fb5811..c05f7dc7 100644
--- a/world/map/npc/items/warpTowels.txt
+++ b/world/map/npc/items/warpTowels.txt
@@ -28,7 +28,7 @@ L_Botcheck:
L_Keep:
getitem "RedHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useGreenWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -44,7 +44,7 @@ L_Botcheck:
L_Keep:
getitem "GreenHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useBlueWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -60,7 +60,7 @@ L_Botcheck:
L_Keep:
getitem "BlueHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useYellowWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -76,7 +76,7 @@ L_Botcheck:
L_Keep:
getitem "YellowHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|usePurpleWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -92,7 +92,7 @@ L_Botcheck:
L_Keep:
getitem "PurpleHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useOrangeWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -107,8 +107,8 @@ L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "Orange", 1;
- end; end;
+ getitem "OrangeHitchhikersTowel", 1;
+ end;
}
function|script|usePinkWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -124,7 +124,7 @@ L_Botcheck:
L_Keep:
getitem "PinkHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useTealWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -140,7 +140,7 @@ L_Botcheck:
L_Keep:
getitem "TealHitchhikersTowel", 1;
- end; end;
+ end;
}
function|script|useLimeWarpTowel|{
if (isin("botcheck.gat",8,11,32,29))
@@ -156,5 +156,5 @@ L_Botcheck:
L_Keep:
getitem "LimeHitchhikersTowel", 1;
- end; end;
+ end;
}