Probably a simple question...
Posted: Mon Oct 13, 2008 17:36
Hey all...This is probably a simple question, but I can't figure it out and I can't find anywhere where it is explained...
I'm trying to use the code line:
Sector_SetPlaneReflection (183, 0, 24);
In my BEHAVIOR lump. When I compile the script, I get the error:
"Line 42 in file "script.acs" ...
script.acs:42: Function sector_setplanereflection is used but not defined.
The ACS compiler did not compile your script.
I'm guessing I need a special GZDoom definitions .acs file to be #include -ed in my script, but I can't find any such thing anywhere...
I'm using Doom Builder version 1.68, which is the newest I believe...and I have #included "zcommon.acs" already, but it must not contain the proper definition...
...so...help?
I'm trying to use the code line:
Sector_SetPlaneReflection (183, 0, 24);
In my BEHAVIOR lump. When I compile the script, I get the error:
"Line 42 in file "script.acs" ...
script.acs:42: Function sector_setplanereflection is used but not defined.
The ACS compiler did not compile your script.
I'm guessing I need a special GZDoom definitions .acs file to be #include -ed in my script, but I can't find any such thing anywhere...
I'm using Doom Builder version 1.68, which is the newest I believe...and I have #included "zcommon.acs" already, but it must not contain the proper definition...
...so...help?