Jump to content
Sign in to follow this  
MechSlayer

Hide buildings using classname

Recommended Posts

Hey, i want to hide all buildings that have the same classname

Example: Instead of using "varName hideObject true" use "classname hideObject true"

Share this post


Link to post
Share on other sites

Nevermind i found it

buildings = nearestObjects [pos, ["Classname"], area];

{_x hideObject true;} foreach buildings;

  • Like 1

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  

×