Ok, here is my exact code:
-----------------------------------------------------------------------------------------
while {(alive player) && (player == vehicle player) && (player distance WestMHQ < 50)} do
{
sleep 1;
};
if (!(alive _unit)) then {hint "player dead"};
if (_unit != vehicle _unit) then {hint "player in vehicle"};
-----------------------------------------------------------------------------------------
and the error:
-----------------------------------------------------------------------------------------
'...yer} && (player distance WestMHQ)} #do
{
sleep 1;
};
if (!(alive _unit)) the...'
Error
File
C:\blah\blah\blah.sqf, line 11
-----------------------------------------------------------------------------------------
When I retry this mission without restarting the game. I get a CTD.
BTW, I tested on ArmaA 1.09Beta and 1.08
thx in advance.
L!nk