diff options
Diffstat (limited to 'npc/003-0/mainquest.txt')
-rw-r--r-- | npc/003-0/mainquest.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index 1b1c79ed1..8edf60189 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -61,11 +61,13 @@ OnAssassinDefeat: .@n$=instance_npcname(.name$); delcells "MQ2Wall"+getcharid(0); LUA_ASKED_TO_SAVE_PROFESSOR=false; - dispbottom col(l("SCRIPT ERROR (%s/%s)", .@m$, .@n$), 1); - if (is_night()) - dispbottom l("An error happened: professor_thankyou() error"); - else - dispbottom l("An error happened: mission_well_done() error"); + getexp 16, 5; // Extra bonus :> + + if (is_night()) { + unittalk(getnpcid(instance_npcname(.name$)), l("Thanks for the help, I guess...?")); + } else { + dispbottom l("A mission well done. I should report to lua now."); + } end; OnInit: |