Gurtag
Member
hey guys i am using this script as timer to kill entities on demand at the desired laps of time, but i need to to just remove the entity instead of playing death anim, what piece of code am i missing..?
Code:
void lifespan(int Value){
void self = getlocalvar("self");
changeentityproperty(self, "lifespancountdown", Value);
}