First off thanks for posting the scripts, good job.
Having a bit of a problem, mainly cause i'm a noob to ARMA3 editing. Stuck on a 3G connection so making single player missions. The one in question starts with a task to recon 4 towns to check for an enemy position. I've used your fillhouse scripts to fill the towns via gamelogic and want to activate the gamecache script to stop them from drawing until player's in reach.
Your example code is "nul = [[13,14],[playerUnit1],500,true,false] execVM "LV\LV_functions\LV_fnc_simpleCache.sqf";"
I'll change the distance from center etc, but where do i put this code to get it to work? should it be attached to the gamelogics via a trigger? I've tried all sorts but lucking out.
All the best
edit. ok being a donkey, sorted it. Put it in the missions init.sqf and sorted out the ID no's.