Menu

CMD_SHOW

Benedict Jäggi

SHOW (jBash command)

Use this command to show debug information about the loaded GML structures.

  • use with items, rooms, panels and sounds for a list the entries from the given structure.

You then get a list with all entries in that structure.

  • Show debug information about a specific entry with item x, room x, panel x or sound x,
    where x is the id or the intern name given in the list.

Short:
For a list, use an s at the end of your structure name: show itemS
For a specific entry, use the id or intern name of your entry and leave the s out: show item 10

Examples

show items
show item 0
show item my_item

show sounds
show panels
show rooms

Next: The jump command.


Related

Wiki: CMD_JUMP
Wiki: CMD_LOGLEVEL
Wiki: SCRIPTS

Monday.com Logo