ok. i have a computer on a table with 5 Target Es next to it. There is a trigger next to the computer (1.5X1.5), at east = present, repeatedly.
the trigger:
EAST PRESNT, REPEATEDLY
condition : this and getdammage PC <1
on activation : (thislist select 0) addaction ["Revive Targets","targets.sqs"]
what i need now is a removeaction on the on deactivation field.
I tried (thislist select 0) removeaction 2
but that doesn't work i think beacuse when you deactivate teh trigger, you are no longer in "thislist". when i replace it with somebodies name it works, but this is a coop mission.
any help will be apprciated. thanks