From a503be7ebdd9030406854c1d6f474cd001a112b9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Jan 2020 00:59:38 -0300 Subject: Most immediate bugfixes needed --- npc/commands/welcome.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/commands') 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."); } -- cgit v1.2.3-60-g2f50