Check if Lua Should Run

ok = tools.run()

Returns true if Lua should still run.

Hint

Use this in a while loop.

e.g.

while tools.run()
do
  -- do something
end