Welcome to the Creatures Wiki! Log in and join the community.
HAND
Jump to navigation
Jump to search
HAND is a CAOS command used to change or output the string name of the Hand.
By default, the Hand is named "hand".
Usage[edit]
Command[edit]
Syntax: HAND new_name(string)
Changes the name of the Hand to the contents of new_name.
Function[edit]
Syntax: HAND
Returns a string containing the name of the Hand.
Examples[edit]
Changing the name of the Hand to banana:
HAND "banana"
HAND being used with OUTS to display the current name of the Hand from the CAOS Command Line.
OUTS HAND