From 63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8 Mon Sep 17 00:00:00 2001 From: seeds Date: Sat, 29 May 2021 22:14:02 +0000 Subject: Piou isles basic NPCs --- npc/006-2-1/plum.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/006-2-1/plum.txt (limited to 'npc/006-2-1/plum.txt') diff --git a/npc/006-2-1/plum.txt b/npc/006-2-1/plum.txt new file mode 100644 index 000000000..12c6c9043 --- /dev/null +++ b/npc/006-2-1/plum.txt @@ -0,0 +1,24 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// +seeds +// Description: +// Nurse. + +006-2-1,85,71,0 script Plum NPC_PIOU_NURSE,{ + Nurse(.name$, 10, 5); + close; + +OnInit: + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt); + setunitdata(.@npcId, UDT_HEADMIDDLE, TneckSweater); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HAIRSTYLE, 12); + setunitdata(.@npcId, UDT_HAIRCOLOR, 14); + + .sex = G_OTHER; + .distance = 5; + end; +} + -- cgit v1.2.3-60-g2f50