Quote:
|
You should use read_data() to get the victim. I forget whether it should be 1 or 2 as the param.
|
Damage event does not contain victim argument at all. Technically it's possible to do new victim = read_data(0) but in fact victim is the person who recieved the Damage message. So i do not see what's wrong in the code above.