Advertisement
ElvishJerricco

Top Level Coroutine Override for ComputerCraft

Aug 16th, 2013
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. os.queueEvent("modem_message")
  2. p = _G.printError
  3. function _G.printError()
  4.         _G.printError = p
  5.         os.run({}, "n")
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement