From 4dc798be1e59833a97bd006795c44eb3a7423f70 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 14 Sep 2009 21:29:35 +0000 Subject: [PATCH] - New ACS functions for user variables. SVN r1822 (trunk) --- zspecial.acs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zspecial.acs b/zspecial.acs index aaa9cfe..2c48cc8 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -239,7 +239,9 @@ special -20:SpawnSpotForced(4), -21:SpawnSpotFacingForced(3), -22:CheckActorProperty(3), - -23:SetActorVelocity(6), + -23:SetActorVelocity(6), + -24:SetUserVariable(3), + -25:GetUserVariable(2), -1000:__EndOfList__(10);