Welcome to the Creatures Wiki! Log in and join the community.

MVFT

From Creatures Wiki
Jump to navigation Jump to search

MVFT is a command that's used to safely move creatures around.

Syntax[edit]

MVFT (command) X (float) Y (float)

Move creature's down foot (the foot that's touching the floor) to position x,y. Use this instead of MVTO for creatures.

Usage[edit]

enum 4 1 1 mvft mopx mopy next

Move all male norns to the location of the hand. (Replace with 4 1 2 for all female norns)

See also[edit]