Jump to content

Recommended Posts

Hungry? Eat something!

 

startLoadingscreen ["Yummy!","RscDisplayLoadCustom"];

	{
	_x addAction ["<t color='#00e800' font='PuristaSemibold' size='1.2' shadow='1'>Eat something!</t>", {player setDamage 0;"middle" cutText ["Yummy!","PLAIN"];player say3D ["Orange_Start_Sim",50,1,true];}, "", 1, true, true, "", "true",5];
	} 
foreach ([(getNumber (configFile >> "CfgWorlds" >> worldName >> "mapSize"))/2,(getNumber (configFile >> "CfgWorlds" >> worldName >> "mapSize"))/2] nearObjects ["Land_Kiosk_blueking_F",(getNumber (configFile >> "CfgWorlds" >> worldName >> "mapSize")) * (sqrt 2)/2]);

endLoadingScreen;

 

Finally player can actually eat something at one of these food vendor kiosks. 

 

  • Like 4
  • Thanks 1
  • Haha 2

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

×