diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-26 22:32:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-26 22:32:16 -0300 |
commit | 91be20a926f1a381a57fe669a0efcdf918191cf4 (patch) | |
tree | c01082e3e52927a02ed90d4754fc4ca0dbe943bf | |
parent | d9217eb957d33e1ab4911ba99c1169f63cf5a0c2 (diff) | |
download | serverdata-91be20a926f1a381a57fe669a0efcdf918191cf4.tar.gz serverdata-91be20a926f1a381a57fe669a0efcdf918191cf4.tar.bz2 serverdata-91be20a926f1a381a57fe669a0efcdf918191cf4.tar.xz serverdata-91be20a926f1a381a57fe669a0efcdf918191cf4.zip |
Shut down Dracoula
-rw-r--r-- | npc/007-1/dracoula.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/007-1/dracoula.txt b/npc/007-1/dracoula.txt index 5f0f84413..0727aa619 100644 --- a/npc/007-1/dracoula.txt +++ b/npc/007-1/dracoula.txt @@ -95,4 +95,9 @@ L_Close: closedialog; goodbye; close; + +OnInit: + // TODO: NPC is not ready + disablenpc .name$; + end; } |