Is there another way to script this to be more 1.46 friendly.
_hostage addEventHandler ["killed", {_this exec "set_dead.sqs"}]
Unfortunalty addEventHandler doesn't seem to work in 1.46, so I assume there must be another way to do the samething. This would greatly be appreciated.