From b53b6e1f77b98b0c76452536b25997230f5848a1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 3 Mar 2017 19:23:12 +0100 Subject: [PATCH] - ScriptCall. --- zspecial.acs | 1 + 1 file changed, 1 insertion(+) diff --git a/zspecial.acs b/zspecial.acs index ed42333..d021829 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -414,6 +414,7 @@ special -207:Floor(1), -208:Round(1), -209:Ceil(1), + -210:ScriptCall(2, 100), // ACS does not know varargs so use something large as maximum. // Eternity's