summaryrefslogtreecommitdiff
path: root/npc/006-2-1/plum.txt
diff options
context:
space:
mode:
authorseeds <abby.hulka@gmail.com>2021-05-29 22:14:02 +0000
committerJesusaves <cpntb1@ymail.com>2021-05-29 22:14:02 +0000
commit63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8 (patch)
treee73f7b591f20373d5f53dc9124fd2fd48c92b07a /npc/006-2-1/plum.txt
parentb3ac5a97ffb6a7d76e2251330e90805656939e13 (diff)
downloadserverdata-63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8.tar.gz
serverdata-63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8.tar.bz2
serverdata-63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8.tar.xz
serverdata-63c1aa7f6ec9363ee7f7c80d16d53240479d6eb8.zip
Piou isles basic NPCs
Diffstat (limited to 'npc/006-2-1/plum.txt')
-rw-r--r--npc/006-2-1/plum.txt24
1 files changed, 24 insertions, 0 deletions
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;
+}
+