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

PUPT

From Creatures Wiki
Jump to navigation Jump to search

PUPT is a C2 CAOS command used to set the Pick Up point. This is the location of the virtual 'hand' an object uses to hold another. As of Creatures 2, PUPT was used for simple objects only. LValue only.

Syntax[edit]

C2[edit]

PUPT pose x y

pose = corresponding object pose. Specify –1 to define default pickup point. x y = relative co-ordinate.

C3/DS[edit]

PUPT (command) pose (integer) x (integer) y (integer) Set the relative x and y coordinate of the place where target picks agents up, for the given pose. This pose is measured from the absolute base specified in the NEW: command, rather than the relative base specified by the BASE command. Pose -1 sets the same point for all poses. For vehicles use the CABN command.

See also[edit]