GREUH_actionmanager.sqf 244 B

123456
  1. _idact = -1;
  2. while { true } do {
  3. waitUntil{ sleep 0.3; alive player };
  4. _idact = player addAction ["<t color='#FF8000'>-- Extended Options --</t>","GREUH\scripts\GREUH_dialog.sqf","",-1000,false,true];
  5. waitUntil{ sleep 0.3; !alive player};
  6. };