[ACS] KILL
Posted: Thu Feb 15, 2018 1:42 pm
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.
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
}