Hey guys, I hate to hijack a thread but I can't post yet, so I don't really have much of a choice. I'm trying to setup an automatic healing area using a trigger and I cant get the script to work. My settings are:
Trigger Activation
Activation: BLUFOR
Activation Type: Present
Checked "Repeatable" box
Trigger Expression:
Condition: true (I have tried using "this")
On Activation: {_x setDamage 0} forEach thislist; I've also tried the old {_x Setdammage 0} Foreach thislist;
Do any of you guys know how to fix this? I've spent a few hours searching but all i can find is the Setdammage line which, from what I understand, isn't used anymore.