SHOW
[[SHOW(coordinate_cella)]]
This action allows you to show an element (furniture or doors) that was previously hidden using the [[HIDE(cell)]] action or the HIDE_ON event from the specified cell.
- Parameters: (coordinate_cella)
- Example:
{[[(B) ON_STEP]] you hear some noise from a nearby room [[SHOW(C5)]] [[SET(block, 0)]]}

SHOW is best understood when associated with the example shown earlier for HIDE. In this case, as soon as a hero steps on the cell with marker B, the message "you hear some noise from a nearby room" appears, and then the block in cell C5 is shown (assuming it was previously hidden with HIDE or HIDE_ON).