I was only able to change the trigger box material through script, here is a snippet:
- Code: Select all
- obj = 0;
 function onInit(objID)
 sky.lprint("LUA: Script Active!");
 obj = objID;
 end
 
 function postInit()
 entity.setAdvancedMaterial(obj, "Geometry_Misc");
 end
 
I know this seems a bit much, but we never thought someone would use a trigger box and want it visible lol 

It should be an option on the action to keep original material. Maybes we can do this as it isnt a big task 
