Script utilities.
| Function | What it does |
|---|---|
aesthetic.log(msg) |
Writes a line to the game log, prefixed with the script’s name |
aesthetic.script |
File name of the current script |
Standard libraries
Available: math, string, table, bit32, coroutine, os, io, and require
(see Getting Started).
require resolves relative to the scripts folder. io paths resolve relative to the
game directory.