add shared function file

This commit is contained in:
2023-08-18 21:46:12 +02:00
parent 80ddfbdc05
commit acdf6cf1ff
3 changed files with 13 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
globalize_all_functions
global string killstat_prefix = "\x1b[38;5;81m[TONE API]\x1b[0m "
void function Log(string s) {
print(killstat_prefix + s)
}