Search code snippets tagged "text"

These snippets match the tag "text."

Latest snippets
Help strings localized to Text events 1.0 November 04, 2021 18:47
Show a help string the entire time you're standing in front of a Text event, and stop showing it once you leave the event, instead of the normal behavior of displaying the string for a fixed period of time. This coexists with normal Text events: for the normal behavior, set the TextID event parameter to anything in the 0–15 range, and for this behavior, use 100–115.
Operations on ASCII values 5.0 September 12, 2014 20:42
Although extremely simple, AS documentation never mentions how to perform these operations, so this snippet is to spare your time searching. Function explanations in comments.