From 5946460b3e6da69a54dec8300491381a2acb2df2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 22:09:36 -0300 Subject: Move Luanna inside Halinarzo's Church --- npc/009-5/luanna.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 npc/009-5/luanna.txt (limited to 'npc/009-5/luanna.txt') diff --git a/npc/009-5/luanna.txt b/npc/009-5/luanna.txt new file mode 100644 index 000000000..089062310 --- /dev/null +++ b/npc/009-5/luanna.txt @@ -0,0 +1,30 @@ +// TMW2 Script +// Author: +// Jesusalva, 4144 +// Description: +// Luanna is responsible for marriage. Subject to change stuff later. + +009-5,32,29,0 script Luanna NPC_FEMALE,{ + marriagemain(); + close; + +OnTimer30000: + marriagecheck(); + end; + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); + setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots + setunitdata(.@npcId, UDT_HAIRSTYLE, 10); + setunitdata(.@npcId, UDT_HAIRCOLOR, 5); + + .sex = G_FEMALE; + .distance = 5; + initnpctimer; + + end; + +} -- cgit v1.2.3-60-g2f50