summaryrefslogtreecommitdiff
path: root/npc/items/lofteleporter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r--npc/items/lofteleporter.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt
index e7acfdc62..e92307490 100644
--- a/npc/items/lofteleporter.txt
+++ b/npc/items/lofteleporter.txt
@@ -72,37 +72,37 @@ OnUse:
case 2:
warp "017-1", 120, 89;
TELEPORTER_TIME=loftel_time(35, .@x);
- LOCATION$="LoF";
+ EnterTown("LoF");
@timer_navio_running=0;
break;
case 3:
warp "003-1", 41, 49;
TELEPORTER_TIME=loftel_time(35, .@x);
- LOCATION$="Tulim";
+ EnterTown("Tulim");
@timer_navio_running=0;
break;
case 4:
warp "024-1", 155, 82;
TELEPORTER_TIME=loftel_time(120, .@x);
- LOCATION$="Frostia";
+ EnterTown("Frostia");
@timer_navio_running=0;
break;
case 5:
warp "009-1", 113, 91;
TELEPORTER_TIME=loftel_time(120, .@x);
- LOCATION$="Halin";
+ EnterTown("Halin");
@timer_navio_running=0;
break;
case 6:
warp "018-5", 111, 53;
TELEPORTER_TIME=loftel_time(150, .@x);
- LOCATION$="Lilit";
+ EnterTown("Lilit");
@timer_navio_running=0;
break;
case 7:
- warp "Save", 0, 0;
TELEPORTER_TIME=loftel_time(30, .@x);
- //LOCATION$="Save";
+ //EnterTown("Save");
+ teleporthome();
@timer_navio_running=0;
break;
}