Jump to content

Recommended Posts

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
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

Works!!
Thank you, Mr H. You save me, again! 👍

  • Like 1

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×