diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/018-6-1/main.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index 6f867089b..68702c548 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -203,12 +203,14 @@ OnInit: } ///////////////////////////// Minievents -018-6-1,89,70,0 script Barbara#01861 NPC_GUARD_DEAD,{ +018-6-1,89,70,0 script Barbara#01861 NPC_INJURIED_GIRL,{ //npctalk3 l("Please find her and don't worry with me! And be careful!"); npctalk3 l("*scream in pain*"); close; OnMain: + showavatar NPC_INJURIED_GIRL; // this is handled by avatars.xml + .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); |