summaryrefslogtreecommitdiff
path: root/npc/commands/welcome.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-26 00:59:38 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-26 00:59:38 -0300
commita503be7ebdd9030406854c1d6f474cd001a112b9 (patch)
treeda0b735fd63f7cd5a9e8f0d4a9348c69955b0331 /npc/commands/welcome.txt
parentd7534c8fe946258a831b91ccf3099e4fcee5e688 (diff)
downloadserverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.gz
serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.bz2
serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.tar.xz
serverdata-a503be7ebdd9030406854c1d6f474cd001a112b9.zip
Most immediate bugfixes needed
Diffstat (limited to 'npc/commands/welcome.txt')
-rw-r--r--npc/commands/welcome.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/commands/welcome.txt b/npc/commands/welcome.txt
index fef83cc6b..44aa4bb9e 100644
--- a/npc/commands/welcome.txt
+++ b/npc/commands/welcome.txt
@@ -8,7 +8,13 @@
end;
OnCall:
- CMD_toevent();
+ if (!@toeventchk) {
+ @toeventval1=readparam(Hp);
+ @toeventval2=readparam(Sp);
+ @toeventchk=1;
+ specialeffect FX_CIRCLE, SELF, getcharid(3);
+ addtimer 4000, "@welcome::OnEffect";
+ }
end;
OnEffect:
@@ -35,6 +41,7 @@ OnEffect:
dispbottom l("You currently could not use GM MAGIC to visit Candor.");
atcommand "@refresh";
} else {
+ LOCATION$="Candor";
warp "005-1", 43, 99;
message strcharinfo(0), l("You are now at Candor.");
}