Go to documentation repository
Page History
...
then the icon
will be displayed on the first object, and the icon will be displayed on the second object.Example. Hide the Camera 10 on the Map 1 on the Macro 10.
Code Block |
---|
OnEvent("MACRO","10","RUN")
{
DoReact("MAP","1","HIDE_OBJECT","objtype<CAM>,objid<10>,hide<1>");
} |
Overview
Content Tools