🆕CommandSet
Add commands by scripts.
New controller added.
Required parameters:
value = commands (string)
Set to nonzero to have control, or 0 to disable control.
Optional parameters:
clear = clear_old (int)
if clear_old = 0 (removes any command prior to the one being typed now).
if clear_old = 1 (the opposite of 0).
Example:
; Set command Input
type = CommandSet
trigger1 = (enemynear, stateno = 0) && (enemynear,time >= 3000)
value = B, Y
Last updated