7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
function load() {
|
|
command say "hello world!";
|
|
// on load
|
|
}
|
|
function tick() {
|
|
// on tick
|
|
} |