6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
_idact = -1;
|
|
while { true } do {
|
|
waitUntil{ sleep 0.3; alive player };
|
|
_idact = player addAction ["<t color='#FF8000'>" + localize "STR_GREUH_EXTENDED_OPTIONS_ACTIONMENU" + "</t>","GREUH\scripts\GREUH_dialog.sqf","",-1000,false,true];
|
|
waitUntil{ sleep 0.3; !alive player};
|
|
}; |