autopatrol
55
edits
imported>Leoetlino (import AI definitions from 1.5.0) |
(Add ValidInput info) |
||
Line 3: | Line 3: | ||
|type=Action | |type=Action | ||
}} | }} | ||
Stops the event until a specified button is inputted. | |||
== DynamicInstParams == | == DynamicInstParams == | ||
Line 8: | Line 9: | ||
! Name !! Type !! Default value !! Description | ! Name !! Type !! Default value !! Description | ||
|- | |- | ||
| ValidInput || Int || | | ValidInput || Int || 4 || The button to wait for. If the provided int isn't a valid case, it defaults to 4. (See below table) | ||
|- | |- | ||
|} | |} | ||
== ValidInput Values == | |||
{|class="wikitable" | |||
! Value !! Description | |||
|- | |||
| 0 || A, B, X, Y, L, R, or ZR | |||
|- | |||
| 1 || B | |||
|- | |||
| 2 || A | |||
|- | |||
| 3 || Either B or A | |||
|- | |||
| 4 || Any button or stick except Plus, Minus, or D-Pad Up/Left/Right | |||
|- | |||
|} | |||
== Derived definitions == | == Derived definitions == |