diff options
Diffstat (limited to 'npc/003-0/mainquest.txt')
-rw-r--r-- | npc/003-0/mainquest.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index a145d111a..f392732e0 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -17,5 +17,10 @@ OnTouch: OnInit: disablenpc .name$; end; + +OnInstanceInit: + if (is_night()) + debugmes "ERROR creating professor at 49, 24"; + end; } |