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

Output stream

From Creatures Wiki
Revision as of 03:21, 16 June 2015 by ScoobyGambit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The output stream in CAOS is where the output from any CAOS commands, most notably OUTS and OUTV, goes to. It may be directed:

  • in an externally injected script, to the calling process,
  • within the CAOS command, to a string which is eventually returned to the calling script,
  • within game scripts, nowhere,
  • after FILE OOPE, to a journal file.

See also[edit]