Hey guys I have come across a pretty strange roadblock in learning scripting.I’m trying to script a damage target to open a door when shot.
Here’s what I have so far:
Damage Target
When // Health Below 100
Do Action // Power set, Channel Yankee
Door
When // Power Check, Channel Yankee
Do Action // Object move blah blah blah
My problem is that when I shoot the target, it disappears and does not send a power set to the door. I have tried to use damage targets for other things but they simply do not want to work with the script I gave them. I can find ZERO tutorials on youtube.
Is there something I’m missing?