add Lua traceback inspector (WIP) && add chat prototype

This commit is contained in:
MihailRis
2024-11-19 07:32:03 +03:00
parent 66be215101
commit 29d8c4bbb8
7 changed files with 173 additions and 7 deletions
+8
View File
@@ -256,6 +256,14 @@ console.add_command(
end
)
console.add_command(
"chat text:str",
"Send chat message",
function (args, kwargs)
console.log("[you] "..args[1])
end
)
console.cheats = {
"blocks.fill",
"tp",