From 84bdfca5f6bfb0530d6d4ec944251e9ce597f81f Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 1 Mar 2018 02:21:08 -0300 Subject: Show Arpan's avatar to keep some consistency in avatar usage. --- npc/002-1/arpan.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/002-1') diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index ececf0d5b..ea9bf95ef 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -86,12 +86,15 @@ L_EquipDone: } 002-1,49,33,0 script Magic Arpan NPC_MAGIC_ARPAN,{ + showavatar NPC_MAGIC_ARPAN; + .@q = getq(ShipQuests_Arpan); .@q_nard = getq(ShipQuests_Nard); .@q_julia = getq(ShipQuests_Julia); if (.@q == 2 && getequipid(equip_torso) == 1300 && getequipid(equip_legs) == 2200) goto L_EquipDone; OnTalk: + showavatar NPC_MAGIC_ARPAN; mesn; if (.@q > 0) goto L_Menu; @@ -105,6 +108,7 @@ OnTalk: lg("I can't remember anything."), L_OhWell; OnClothNotTaken: + showavatar NPC_MAGIC_ARPAN; mesn; mesq lg("Yeye, you still did not get your new clothes from the chest next to your bed!"); next; -- cgit v1.2.3-60-g2f50