Side switching when player get unconscious.
Just watch the video, it is very comprehensible in it.
The bug occurs sometimes, but not everytime. I don't know how to reproduce it 100%
Side switching when player get unconscious.
Just watch the video, it is very comprehensible in it.
The bug occurs sometimes, but not everytime. I don't know how to reproduce it 100%
1 - Player is alive in WEST side,
2 - Player get unconscious by shooting (not dead, just unconscious),
3 - side of player is switched to CIV
4 - When reviving him, side of player comes back to WEST.
Please sea full video here :
https://www.youtube.com/watch?v=TGpkBNJZ5JQ
Tested in 2.18 - still bugged
To reproduce: Create VR mission with one west unit. Play as the unit. Execute the following code:
player setUnconscious true; side player; // 'CIV' playerSide; // 'WEST'
This is not a bug, side of dead or unconcious player is CIV, use
side group player
instead of
side player