i have a question, i try to animate unconsciousness;
the way's like this: the player1 hast to come to a target by an uh60 and on the way there are 3 shilkas. When the uh60 crash into the ground, player1 has to eject bevore, then there should come a "black in" then a titlecut "some hours later" and finally there have to come a "black out". Like player1 had a blackout!!
Then it is night and the player changed his position (thanks to LoTekK for the script how to change position).
Now the question: How can i make a script with black in & out?
i've tried:
the "black in" command is on effects on the trigger who's condition is
not alive heli1
(heli1 variable for uh60). And OnActivation is:
this exec "blackout.sqs"
- I think that's clear ..
the "black in" is:
~3
titleEffect="Black In"
player1 setpos getpos dummy
- dummy is a gamelogic placed on the place where the player shoul spawn.
So but my script doesn't work !!! it's only black but the picture never return!!
So any ideas?