Get n queued items
Description
Get the number of items currently in the movement queue (if this gets too large, don't queue any more movement commands)
Inputs
None
Outputs
u8 queueSize: The number of items in the movement queue. This command will return between 0 and 32. If less than 32, you can add more items to the queue to continue the movements in order without stopping.
Code examples
Log window