Page 1 of 1

ACS compile problem in Doom Builder

Posted: Fri Apr 13, 2007 21:51
by Gannon Banned
An issue that is really getting to be a huge headache for me. When I use certain Built in ACS functions in scripts Such as this,

#include "zcommon.acs"


script 1 OPEN
{
SectorDamage (4,20,"Fire","","DAMAGE_NONPLAYERS");
}

As you see above, I get this when I compile,


Line 14 in file "script.acs" ...
script.acs:14: Function sectordamage is used but not defined.

The ACS compiler did not compile your script.



I have no idea what the hell it means by that. I've updated my Doom builder ACS Database too. This is an issue which holds my project up and any help would be appreciated. (Yes, I know Zdoom forums is the place to ask these sorts of questions but I have issues there So I have to make do with this.)

Posted: Sat Apr 14, 2007 8:55
by grubber
You've got old ACC. Get the latest one on ZDoom page.

Posted: Mon Apr 16, 2007 3:53
by Gannon Banned
Ah, Thank you very much for that sir. Fixed my issue. I never knew about that. Thanks.