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

OUTV

From Creatures Wiki
Jump to navigation Jump to search

OUTV is a CAOS command for outputting numbers.

Usage[edit]

Syntax: OUTV var (variable)

This sends the contents of var to the output stream as a string. It is most commonly used from the command line, but see also FILE OOPE.

OUTV is equivalent to OUTS VTOS.

If you just want to print debugging information, use DBG: OUTV instead.

Example[edit]

Checking the PRAY code of the Basic doll script:

outv pray test "SCay Bunny DS"

Editnorn.png This article about a CAOS command or function needs further examples.

See also[edit]