Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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>");
}