$log
Normal $log
from aoi.js but with support for custom colors.
Usage
$log[text;color?]
Parameters
Field | Type | Description | Required? |
---|---|---|---|
text | string | Text to log | true |
color | string | Color to use for the text | false |
Example
This will log “Hello world!” in green color.
$log[Hello world!;#57F287]