char

From Wiki of ZZT
Revision as of 17:09, 29 September 2022 by Asie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

#char is a ZZT-OOP command for changing an object's display character.

Syntax

#char <1-255>

The decimal number represents the extended ASCII code of the desired character. If a code is outside this range, it will be ignored.

Quirks

  • #char does not allow character 0 as a parameter, even though it is a valid extended ASCII character. Running #char 0 will silently fail without changing the object's character. This restriction does not typically matter in practice because characters 32 and 255 are usually visually identical to character 0.