I am having problems making a Unit Scream.
My Idea is using
Eventhandler killed or
Hit run a script with _unit say "scream"
Ive got no error msgs and also No SCREAM!

My event handler inside each units INIT field = this addeventhandler ["hit", {_this exec "aier\scream1.sqs"}]
My script =
_unit = _this select 0
_unit say "scream"
exit
Im so confused
