diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 23:49:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 23:49:41 -0200 |
commit | 4a169df04609183321dd80182be8c4e162b2855a (patch) | |
tree | 722e193ee28bfae99cee2baf6a73b0ebff541caf /npc/000-0-0 | |
parent | 78cb399f0f60341882f28cb7c783c353e96231ef (diff) | |
download | serverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.gz serverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.bz2 serverdata-4a169df04609183321dd80182be8c4e162b2855a.tar.xz serverdata-4a169df04609183321dd80182be8c4e162b2855a.zip |
Dump new players at Candor - highly experimental
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index d89dfd7a0..8ebbf8ff8 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -70,7 +70,8 @@ OnTalk: setq General_Narrator, 0; percentheal 100,100; addtimer(45000,"Magic Arpan::OnSlow"); - warp "002-1", 53, 38; + LOCATION$ = "Candor"; + warp "002-1@Candor", 53, 38; savepoint "002-1", 55, 40; closedialog; close; |