Movement

From Wiki of ZZT
Jump to navigation Jump to search

Movement of objects can be accomplished through a variety of ZZT-OOP commands:

  • #go <direction> - Move one step. Execution waits until the way is clear.
    • /<direction> - Abbreviated version of #go
  • #try <direction> - Move one step. Execution continues if the movement doesn't happen.
    • ?<direction> - Abbreviated version of #try
  • #walk <direction> - Move continuously while executing other code.