Skip to content
crazyne55 edited this page Feb 24, 2023 · 2 revisions

The Rundown

Steps play an essential role in your macros. They control the logic, actions, etc... Steps always contain the following:

  • A type (a numeric id that the program uses to know what that step does)
  • A label (used with some form of logical step to jump around the macro)

Types

(id:1) Wait (seconds)

delay: decimal

(id:2) Key Down

key: string

(id:3) Key Up

key: string

Clone this wiki locally