G'day all
For some reason when i execute setdamage from the init of a unit like this:
this setdamage -10
and then put this in front:
this addeventhandler ["hit", {this setdamage -10}];
i get an error 'type bool expected object' whenever i shoot the unit. Why does this happen
Ive tried it on other units on different maps and i dont get an error.
Im using an addon island do some commands not work on addon islands?
Thx in advance
Gruntage