From b1bf0455bc27681e2b79f87a3e6ce9e6dc54a7da Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 25 May 2013 19:12:37 +0000 Subject: [PATCH] - Add new cvar functions to zspecial.acs. SVN r4284 (trunk) --- zspecial.acs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zspecial.acs b/zspecial.acs index ceebb7a..d791f8a 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -294,6 +294,9 @@ special -50:VectorLength(2), -51:SetHUDClipRect(4,5), -52:SetHUDWrapWidth(1), + -53:SetCVar(2), + -54:GetUserCVar(2), + -55:SetUserCVar(3), // ZDaemon's -19260:GetTeamScore(1),