From 87786dbe8d55e8c9f2ae1d08ed161c5f01856bbf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 22 May 2018 11:21:18 -0300 Subject: Fix a case, add an empty NPC template --- npc/003-5/jeweler.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 npc/003-5/jeweler.txt (limited to 'npc/003-5') diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt new file mode 100644 index 000000000..68169ec2b --- /dev/null +++ b/npc/003-5/jeweler.txt @@ -0,0 +1,26 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Sells and crafts jewels + +003-5,33,37,0 script Jeweler NPC_PLAYER_F,{ + hello; + close; + + +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, 3); + setunitdata(.@npcId, UDT_HAIRCOLOR, 8); + npcsit; + + .sex = G_FEMALE; + .distance = 5; + end; + +} -- cgit v1.2.3-60-g2f50