diff options
Diffstat (limited to 'world/map/npc/008-1')
-rw-r--r-- | world/map/npc/008-1/george.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt index 92215420..df89f52c 100644 --- a/world/map/npc/008-1/george.txt +++ b/world/map/npc/008-1/george.txt @@ -2,6 +2,9 @@ 008-1.gat,136,36,0|script|George#pirate|138, { + set @halloween_npc_id, $@halloween_npc_george; + callfunc "TrickOrTreat"; + if (getequipid(equip_head) == 617) goto L_Pirate; if (getequipid(equip_head) == 622) goto L_Bandana; if (getequipid(equip_head) == 621) goto L_EyePatch; |