diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-14 16:07:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-14 16:07:03 -0200 |
commit | d63867c07a31cd8bd3078f3458f9031f53249497 (patch) | |
tree | 890594b25abae7a300c7116e999dcf86be731957 | |
parent | 23e155eca4b9659dd157d16bc343ec9e5e58ac01 (diff) | |
download | serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.gz serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.bz2 serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.tar.xz serverdata-d63867c07a31cd8bd3078f3458f9031f53249497.zip |
Add a debug symbol to intro
-rw-r--r-- | npc/000-0-0/sailors.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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; |