From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/functions/masks.txt | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 npc/functions/masks.txt (limited to 'npc/functions/masks.txt') diff --git a/npc/functions/masks.txt b/npc/functions/masks.txt deleted file mode 100644 index 4b28bfc7..00000000 --- a/npc/functions/masks.txt +++ /dev/null @@ -1,43 +0,0 @@ -// Evol functions. -// Author: -// Reid -// Jesusalva -// Description: -// Triggers functions to add and remove masks. -// Variables: -// 4 - Top Mask -// 8 - Bottom Mask -// Default mask: 13 (Top + Bottom + Display mask) - -// Artis Aemil's Legion - -function script artisALResetMask { - .@m=getmapmask("001-2-33"); - sendmapmask(.@m); - return 0; -} - -function script artisALTopMask { - addtimer 30, "artisALTopMaskDO::OnDoIt"; - return 0; -} - -function script artisALBottomMask { - addtimer 30, "artisALBottomMaskDO::OnDoIt"; - return 0; -} - -// Show bottom mask is the same as hiding top mask -- script artisALBottomMaskDO NPC_HIDDEN,{ -OnDoIt: - .@m=getmapmask("001-2-33"); - sendmapmask(.@m^4); -} - -// Show top mask is the same as hiding bottom mask -- script artisALTopMaskDO NPC_HIDDEN,{ -OnDoIt: - .@m=getmapmask("001-2-33"); - sendmapmask(.@m^8); -} - -- cgit v1.2.3-70-g09d2