======Show Group====== ---- Shows all entities belonging to the specified group. For tiles belonging to the group, any objects or characters on those tiles will also be shown. ====Signature:==== show_group(group_name) ^Argument^Description^Type^Required^ |group_name|Group of entities to make visible.|[[String]]|Yes| ====Example:==== show_group("dungeon_room2"); //Results:// All entities in the group "dungeon_room2" will now be visible. Use the **Show Group** function to reveal a previously hidden room or secret area after a lever or other mechanism has been activated by the player. ---- ====Editor Node:==== {{:wiki:show_group_node.png?nolink|}} ====Visual Demo:==== {{:wiki:show_group_demo.gif?nolink|}} ~~NOTOC~~