summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-24 13:15:17 -0300
committerjesusalva <cpntb1@ymail.com>2018-02-24 13:15:17 -0300
commit2f0fc8cc685cc9eeba960c18c5cba97013bb681b (patch)
tree2929daf0f2c7c976b2cbf7111ec64b69fe0eff15 /npc/002-4
parent416bbd52b8c5212b2dd0ff603a0491cacc2609c8 (diff)
downloadserverdata-2f0fc8cc685cc9eeba960c18c5cba97013bb681b.tar.gz
serverdata-2f0fc8cc685cc9eeba960c18c5cba97013bb681b.tar.bz2
serverdata-2f0fc8cc685cc9eeba960c18c5cba97013bb681b.tar.xz
serverdata-2f0fc8cc685cc9eeba960c18c5cba97013bb681b.zip
Nard's & Elmo's avatars
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/elmo.txt1
-rw-r--r--npc/002-4/nard.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt
index 5f2712151..d95f3e8b0 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -6,6 +6,7 @@
// Elmo was created in Evol by Qwerty Dragon and Reid
002-4,27,27,0 script Elmo NPC_ELMO,{
+ showavatar NPC_ELMO; // this is handled by avatars.xml
if (LOCATION$ == "") sailortalk;
if (getq(CandorQuest_Sailors) == 2) goto L_Party;
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index f3cfc9027..397c90eb9 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -9,6 +9,8 @@
// Original Nard's from Evol by Qwerty Dragon and Reid
002-4,25,26,0 script Nard NPC_NARD,{
+ showavatar NPC_NARD; // this is handled by avatars.xml
+
.@nard = getq(ShipQuests_Nard); // TODO
.@narrator = getq(General_Narrator);
.@price=2000;