User Details
User Details
- User Since
- Sep 16 2013, 2:29 PM (581 w, 4 d)
Feb 12 2024
Feb 12 2024
SkaceKachna added a comment to T179053: Primary mouse button settings in Windows is ignored.
The settings:
May 10 2016
May 10 2016
SkaceKachna added a comment to T79345: Command playScriptedMission doesn't work.
I actually found a way to make this command work. Following code works, but player needs to click on Continue in debriefing which is shown...
playScriptedMission ['Stratis',{
createCenter west;
_grp = createGroup west;
_player = _grp createUnit ["B_Soldier_F",[0,0,0],[],0,"NONE"];
selectPlayer _player;
},missionConfigFile,true];
(findDisplay 26) closeDisplay 1;
failMission "END1";