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

LOAD

From Creatures Wiki
Jump to navigation Jump to search

LOAD is a CAOS command that loads the specified world.

Usage[edit]

Syntax: LOAD world_name(string)

Loads the specified world at the start of the next tick.

Example[edit]

LOAD can be used from the CAOS Command Line to load another world more quickly than going back to the world switcher. However, it won't save first, so make sure to SAVE if you want to keep the changes to your world.

save
load "Foo"

If doing a sequences like SAVE QUIT or SAVE LOAD, it is recommended that the sequence be put in a INST block to make sure the game doesn't auto-save between the two instructions (meaning that the next time it is loaded, the next command it will process will be QUIT or LOAD!).

See Also[edit]