ACS compile problem in Doom Builder

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: ACS compile problem in Doom Builder

by Gannon Banned » Mon Apr 16, 2007 3:53

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

by grubber » Sat Apr 14, 2007 8:55

You've got old ACC. Get the latest one on ZDoom page.

ACS compile problem in Doom Builder

by Gannon Banned » Fri Apr 13, 2007 21:51

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.)

Top