From d63867c07a31cd8bd3078f3458f9031f53249497 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Jan 2019 16:07:03 -0200 Subject: Add a debug symbol to intro --- npc/000-0-0/sailors.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/000-0-0') diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index b2794433a..10df0d8ae 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -113,7 +113,7 @@ L_Step3: freeloop(false); if (.@y <= 47) - monster "000-0-0", 43, 44, l("@@ Dummy", strcharinfo(0)), Dummy, 1, "Elmo#sailors::OnStep4"; + @mobTarget=monster("000-0-0", 43, 44, l("@@ Dummy", strcharinfo(0)), Dummy, 1, "Elmo#sailors::OnStep4"); setq1 ShipQuests_Arpan, 4; close; @@ -177,6 +177,8 @@ L_Step4: close; OnStep4: + if (getunittype(@mobTarget) != -1 && is_staff()) + dispbottom ("Hey hey, the monster seems to be alive. Mr. GM, do something about that!"); dispbottom l("You free the world from an evil Dummy."); setq1 ShipQuests_Arpan, 5; end; -- cgit v1.2.3-60-g2f50