ACS compile problem in Doom Builder

Anything that doesn't fit into other forums.
Gannon Banned
Posts: 6
Joined: Wed Nov 01, 2006 7:33

ACS compile problem in Doom Builder

Post 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.)
User avatar
grubber
Site Founder
Posts: 230
Joined: Wed Jun 29, 2005 18:57
Location: Czech Republic, Zlin
Contact:

Post by grubber »

You've got old ACC. Get the latest one on ZDoom page.
Gannon Banned
Posts: 6
Joined: Wed Nov 01, 2006 7:33

Post by Gannon Banned »

Ah, Thank you very much for that sir. Fixed my issue. I never knew about that. Thanks.
Post Reply

Return to “Off-Topic”