From 1b173619a2196ee1d64337201e6e28a7fc494b70 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Jul 2018 22:38:19 -0300 Subject: Regenerate map files, Refine system, template for Pyn&Pi. --- npc/017-4/pyndragon.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 npc/017-4/pyndragon.txt (limited to 'npc/017-4/pyndragon.txt') diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt new file mode 100644 index 000000000..35daebf88 --- /dev/null +++ b/npc/017-4/pyndragon.txt @@ -0,0 +1,22 @@ +// TMW2/LoF scripts. +// Authors: +// TMW-LoF Team +// Jesusalva +// Description: +// Forge firearms +017-4,34,23,0 script Pyndragon NPC_PLAYER,{ + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, FancyHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_HAIRSTYLE, 2); + setunitdata(.@npcId, UDT_HAIRCOLOR, 4); + + .sex=G_MALE; + .distance=5; + end; + +} -- cgit v1.2.3-70-g09d2