Skip to content

Commit

Permalink
Update Readme ops section.
Browse files Browse the repository at this point in the history
  • Loading branch information
alxm committed Jan 14, 2018
1 parent 93d9e16 commit c391efe
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ A block inside a loop block, that only runs during the specified loop iteration

#### wait

Stop running the script for a specified number of deciseconds `[0, 50]`.
Delay the script by a specified number of deciseconds `[0, 255]` or until all active enemies are gone, whichever happens first.

wait 10 ; Block for 1 second

#### waitclear
#### clear

Stop running the script until all active enemies are gone.

waitclear
clear

#### spawn

Expand All @@ -83,6 +83,10 @@ Spawn a game entity at the specified coordinates `[-128, 127]`, with the specifi
; Place an enemy starting in AI state 1 with AI flags 0x4
spawn 50 50 enemy 0x1 0x4

#### done

Go to the Level Cleared screen.

## License

Copyright 2017-2018 Alex Margarit (alex@alxm.org)
Expand Down

0 comments on commit c391efe

Please sign in to comment.