the "switchCamera" command hides all addactions in UAV, so the player is locked in. Only a "player switchcamera "Internal" or respawn can free him.
Description
Description
Details
Details
- Legacy ID
- 453124756
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- UAV (Unmanned Aerial Vehicle)
Steps To Reproduce
Open Editor (MP);
select Altis;
place a UAV Operator (west);
place a Darter drone (with crew (west) flying in 500m height;
Init of drone = SATCOM = this;this hideobject true; this setfuel 0;
prewiew Mission
remotecontrol the UAV gunner
enter Key for 3person view
open debug console
type in: SATCOM switchcamera "Internal";
NOW YOU ARE SCREWED :)
Additional Information
it depends on the remoteControl feature, if you:
open debug console at mission start and type in:
selectplayer gunner SATCOM;
SATCOM addaction ["leave",{{if (typeof _x == "B_soldier_UAV_F") then {selectplayer _x};}foreach allunits}];
enter Key for 3person view
open debug console again and type in:
SATCOM switchcamera "Internal";
you are fine, but that is no solution...you know why :)