Jump to content
Sign in to follow this  
santafee

Disable Greeting for a Mission COMPLETELY

Recommended Posts

this is soo frustrating.

Im working on a briefing with animations and whatever i do,i can disable all AI Commands like "Move,Watch" and so on they stand up after a few secounds starting to greet each otheres..."Hey, how thing".Hey, Hey,Hey, GODDAMNIT how will they STFU? Also tried Disable Conversation Command, its not working.......

Share this post


Link to post
Share on other sites

Just type this into your init.sqf

{
_x setVariable ["BIS_noCoreConversations",true];
} forEach allUnits;

That should stop all units using the 'Hi, how are you?', 'Weather?', 'where are we?' stuff.

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
Sign in to follow this  

×