8 lines
98 B
Lua
8 lines
98 B
Lua
-- testing = "true"
|
|
|
|
function on_tick()
|
|
while true do
|
|
ui:show_text("bad")
|
|
end
|
|
end
|