diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-10 13:54:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-10 13:54:54 -0300 |
commit | afc3f0310aaa18df82e400a1b26346d0cfe72b51 (patch) | |
tree | 1c5ec8d50398404bb413e708bef11842d263693b /npc/018-6-1 | |
parent | b356d2ee2f7522aa1cb6bac755b636ccc53c5dc0 (diff) | |
download | serverdata-afc3f0310aaa18df82e400a1b26346d0cfe72b51.tar.gz serverdata-afc3f0310aaa18df82e400a1b26346d0cfe72b51.tar.bz2 serverdata-afc3f0310aaa18df82e400a1b26346d0cfe72b51.tar.xz serverdata-afc3f0310aaa18df82e400a1b26346d0cfe72b51.zip |
Barbara (with right for avatars and all else)
Diffstat (limited to 'npc/018-6-1')
-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); |