[script] add some util functions

functions added: return, exit, printPos, clearscreen, drawBox, color, pause, exit
This commit is contained in:
suchmememanyskill
2021-01-02 12:43:15 +01:00
parent e0c62cbec4
commit e1491da4ad
3 changed files with 131 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ enum Errors {
ERRINACTIVEINDENT,
ERRDIVBYZERO,
ERRFATALFUNCFAIL,
ERRESCSCRIPT,
};
enum Variables {