Page 1 of 1

[ACS] KILL

Posted: Thu Feb 15, 2018 1:42 pm
by Hilarious
Hello folks.

Today i've tried to write some code using this ingame event. But... Failed!
Looks like KILL is not declared, cuz ACS can't compile script. Something with includes, but i'm using fresh .acs from zdoom.org.

Code: Select all

#define KILL_EVENT 943576

script KILL_EVENT KILL
{
//my code
}

[ACS] Re: KILL

Posted: Thu Feb 15, 2018 7:02 pm
by Ivan
You need to use recent acs compilers. I think GZDoomBuilder comes with one.

[ACS] Re: KILL

Posted: Fri Feb 16, 2018 12:08 pm
by Hilarious
Thanks bro. Used ingame EVENTS instead of KILL.