Welcome to the Creatures Wiki! Log in and join the community.
MVBY
Jump to navigation
Jump to search
MVBY is a command to do with motion. It is used in C1, C2 and C3/DS.
Contents
Usage[edit]
Syntax: MVBY delta_x (float) delta_y (float)
Move the target agent by a relative distance which can be negative or positive. This can also be controlled by a temporary variable. You can use TMVB to test if your MVBY location will be valid.
Examples[edit]
C2[edit]
mvby var1 var2
mvby -7 -3
C3[edit]
(part of the Goshawk's hop around routine.)
reps 3 mvby 0 -3 repe reps 3 mvby 0 3 repe