summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 01559de24..e0a36ddcd 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -256,14 +256,6 @@ function script any_of {
// TMW2 Custom Functions
/////////////////////////////////////////////
-// Function meant to be used by Grand Hunter Quest
-// result is: lower < target <= higher
-// VarDiffValue ( lower, higher, target)
-function script VarDiffValue {
- .@val=getarg(2);
- return (getarg(0) < .@val && getarg(1) >= .@val);
-}
-
// Function meant to be used by Main Storyline Quest
// msObjective ( condition , message )
function script msObjective {