Skip to main content

ON_SHOW

ON_SHOW

This Event is triggered when the cell where the Marker is located becomes visible (i.e., the cell changes from hidden to visible).

NOTE: ON_SHOW cannot be modified with REPEAT.

  • Example 1: {[[(A), ON_SHOW:REPEAT]] You find a patrolling orc!}
  • Example 2: {[[(A), ON_SHOW]] You find a patrolling orc!}
In this example, as soon as Marker K is within the line of sight of the barbarian, the message "You find a patrolling orc!" will appear on the screen.