From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/functions/hammocks.txt | 50 ---------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 npc/functions/hammocks.txt (limited to 'npc/functions/hammocks.txt') diff --git a/npc/functions/hammocks.txt b/npc/functions/hammocks.txt deleted file mode 100644 index 8e1c2fec..00000000 --- a/npc/functions/hammocks.txt +++ /dev/null @@ -1,50 +0,0 @@ -// Evol functions. -// Authors: -// 4144 -// Reid -// Description: -// Hammocks utility functions -// Variables: -// none - -function script hamTouchLeft { - if (getareausers() <= 1) - { - .dir = 0; - stopnpctimer; - initnpctimer; - } - close; -} - -function script hamUnTouch { - if (getareausers() == 0) - { - .dir = 2; - initnpctimer; - startnpctimer; - } - close; -} - -function script hamTimerLeft { - stopnpctimer; - if (.dir == 2) .dir = 0; - end; -} - -function script hamTouchRight { - if (getareausers() <= 1) - { - .dir = 0; - stopnpctimer; - initnpctimer; - } - close; -} - -function script hamTimerRight { - stopnpctimer; - if (.dir == 2) .dir = 0; - end; -} -- cgit v1.2.3-60-g2f50