Jump to content
Sign in to follow this  
steelblood

Disabling certain things totally

Recommended Posts

Hi

I'm currently making a "Zombie" mission on namalsk (I know i know ...) So i was just wondering is it possible to disable features in a mission ? Such as NV like for everyone including AI perhaps ? As i just want the Flashlights (Using ACE) so it has more of a feeling to it.

Thank's alot

Dan

Share this post


Link to post
Share on other sites

And how would i go about doing this kind sir ?

I have no idea when it comes to scripting (Well i have basic knowledge) so please let me learn :)

Thanks

Dan

Share this post


Link to post
Share on other sites

If you work with preplaced units only, you can do a

{_x removeWeapon "NVGoggles"} forEach allUnits;

from the missions init.sqf (you probably have to make this file). Probably a bit faster then setting each units init line :)

Share this post


Link to post
Share on other sites

Yeah i have a initialization file already :) I will put that in it thanks alot :)

Dan

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  

×