From 42214bf0d092b8a752551e6a425b3f1f4fe48643 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 1 Jun 2013 17:18:58 +0000 Subject: [PATCH] - Added GetActorClass and GetWeapon functions to zspecial.acs. SVN r4317 (trunk) --- zspecial.acs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zspecial.acs b/zspecial.acs index 703ae96..2c9ce72 100644 --- a/zspecial.acs +++ b/zspecial.acs @@ -310,6 +310,8 @@ special -65:StrLeft(2), -66:StrRight(2), -67:StrMid(3), + -68:GetActorClass(1), + -69:GetWeapon(0), // ZDaemon's -19260:GetTeamScore(1),