- Added strcmp, stricmp (strcasecmp), strleft, strright, and strmid to zspecial.acs.

SVN r4314 (trunk)
This commit is contained in:
Randy Heit 2013-06-01 17:08:35 +00:00
parent 436e6e33a8
commit f9cb2a66df

View file

@ -304,6 +304,12 @@ special
-60:LineAttack(3,6),
-61:PlaySound(2,6),
-62:StopSound(1,2),
-63:strcmp(2,3),
-64:stricmp(2,3),
-64:strcasecmp(2,3), // an alias for stricmp
-65:StrLeft(2),
-66:StrRight(2),
-67:StrMid(3),
// ZDaemon's
-19260:GetTeamScore(1),