Cigs4 18 Posted October 18, 2019 Hello, I'm trying to create a loop to satiate hunger and thirst on acex. I know this sounds weird, but I need it only for whoever is on Zeus, so he can do his job without interference. Thanks for the help. Share this post Link to post Share on other sites
Mr H. 402 Posted October 19, 2019 while {true} do { player setVariable ["acex_field_rations_hunger",0,true]; player setVariable ["acex_field_rations_thirst",0,true]; sleep 60 }; Share this post Link to post Share on other sites
Cigs4 18 Posted October 19, 2019 Works!! Thank you, Mr H. You save me, again! 👍 1 Share this post Link to post Share on other sites
Mr H. 402 Posted October 21, 2019 honestly this was quickly put together, since you are using ace and therefore cba there are more elegant/optimized ways to do this Share this post Link to post Share on other sites