class CLabel {
constructor() {
}
function _set(idx, val) {
Console.Print(idx + " " + val)
return null;
}
function _get(idx) {
Console.Print(idx)
return null;
}
}
get error: AN ERROR HAS OCCURRED [stack overflow, cannot resize stack while in a metamethod]
The error is not related to the code. There is something else. The stack overflow mentions that there is some kind of timer or a script that is creating soemthing indefinitely.
solved
::Console.Print