diff options
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index f59d5971e..6f595b89b 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -310,6 +310,13 @@ L_Menu_gap: mes ""; goto L_PreMenu; +OnKillMaggot: +OnKillManaBug: +OnKillCandorScorpion: +OnKillScorpion: + message strcharinfo(0), "You monster!"; + end; + OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADMIDDLE, 1314); |