Advertisement
flarn2006

Untitled

May 20th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. print = debug_print --Sandbox+ makes debug_print display text on screen
  2.  
  3. -- execute every frame (yes, I know it's inefficient, it's just an example)
  4.     dofile("execute.lua")
  5.     local f = io.open("execute.lua", "w+")
  6.     io.close(f)
  7. -- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement