diff options
Diffstat (limited to 'npc/003-1/jerican.txt')
-rw-r--r-- | npc/003-1/jerican.txt | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/npc/003-1/jerican.txt b/npc/003-1/jerican.txt index 2fbcc0ebe..e25cab12d 100644 --- a/npc/003-1/jerican.txt +++ b/npc/003-1/jerican.txt @@ -1,23 +1,14 @@ -// TMW-2 Script +// TMW2 scripts. // Author: // Saulc +// Jesusalva // Description: -// An NPC in need of a quest +// Jerican gives the player latest news on the world -003-1,93,125,0 script Jerican NPC_PLAYER,{ - - -hello; +003-1,93,125,0 script Jerican NPC_JOURNALMAN,{ + Journalman(.name$); OnInit: - .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); - setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); // Maybe Bromenal Chest? ...Who is Jerican anyway? - setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); // Maybe LeatherTrousers? - setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots - setunitdata(.@npcId, UDT_HAIRSTYLE, 3); - setunitdata(.@npcId, UDT_HAIRCOLOR, 9); - .sex = G_MALE; .distance = 5; end; |