I'm writing a script where the screen fades out to black and before it back I want the player (t1) to do the following:
chalk1 setBehaviour "SAFE"
t1 action ["TAKEOFF GOGGLES"]
t1 action ["SITDOWN"]
First of all can I change my group behaviour to "safe" if I am the commanding officer without using the radio?, because that doesn't seem to work. The two actions commands don't work either, and I'm not sure why.
[edit] The fading part works so I didn't include it