Skip to main content

Help

2026-05-27

F1 : Open Help Menu

Keybinds

F1 : Open Help Menu

F2 : Open add Menu

  • 1 : Read
  • 2 : Write
  • 3 : Draw
  • 4 : Print
  • 5 : Format
  • Q : Draw Flush
  • W : Print Flush
  • E : Get Link
  • R : Control
  • T : Radar
  • Y : Sensor
  • A : Set
  • S : Operation
  • D : Lookup
  • F : Pack Color
  • Z : Wait
  • X : Stop
  • C : End
  • V : Jump
  • U : Unit Bind
  • I : Unit Control
  • O : Unit Radar
  • P : Unit Locate

Ctrl + Alt + S : Toggle Cursor mode

  • Up Arrow : Go up an instruction
  • Down Arrow : Go down an instruction
  • Alt + Left Arrow : Move to the previous field
  • Alt + Right Arrow : Move to the next field
  • Shift + Arrow Up/Down : Select multiple instructions
  • Delete : Delete the selected instruction(s)
  • Ctrl + C : Copy the selected instruction(s)
  • Ctrl + X : Cut the selected instruction(s)
  • Ctrl + V : Paste the copied instruction(s)
  • Alt + Arrow Up/Down : move the selected in instruction(s)

Features

you can CTRL + click the number destination in jump instruction to immediately scroll the destination instruction into view

when in cursor mode, typing in a field that have predefined values (like draw) will show an autocomplete suggestion

Saving and Loading

Uses localStorage to store and save your code

  • if there are any code stored you will see its name in the inner box
  • Save current : save your current code on the workspace.
  • Load Selected : You can select your saves by clicking them, Load selected will Load the first selected saves
  • Delete Selected : Delete all selected saves
  • Timeline : shows a timeline of your work (autosave timeline).

Settings

Autosave

  • Autosave : Whether to enable autosave or not
  • Interval : Interval (in seconds) between autosaves
  • Buffer : Determines how much autosave can be performed before deleting old autosaves (large buffer will take more of your storage space)

Additional Features (Comming soon)

Label blocks for jump instructions.

Optional instructions: while, for, long operation.