Jump to content
Sign in to follow this  
Tom_Pynchon

Disabling a feature

Recommended Posts

Hi.

Is there some code I can use to disable the feature which allows players the option to open the backpacks of other AI units?

I use an editor-based code to disable core conversations -- greetings and such. Is there a similar code for the above described feature?

Thanks in advance for your help.

---------- Post added at 09:22 PM ---------- Previous post was at 09:17 PM ----------

By the way, the code I use to disable the conversation option is as follows:

{_x setvariable ["BIS_noCoreConversations", true];} foreach allunits;

This goes into the init field of any unit on the map.

Just in case any of my fellow noobs out there want to know.

Share this post


Link to post
Share on other sites

AFAIK there is no way to disable ruck interaction

You can only remove them in the first place (or make them empty)

Share this post


Link to post
Share on other sites

@ PvPScene

Too bad. I was hoping that disabling the option -- when not needed, of course -- would lessen the burden on my system somewhat and maybe help boost performance a bit.

Anyways, thank you very much for the info. Much appreciated.

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  

×