Pinkishu

Untitled

Jul 16th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. tShell = shell
  2.  
  3.  
  4. if not tShell and fs.exists("/rom/events.lua") then
  5.   shell = nil
  6.   parallel.waitForAny(function() os.run( getfenv(), "/rom/programs/shell", nil) end, function() os.run(getfenv(),"/rom/events.lua",nil) end )
  7. end
Advertisement
Add Comment
Please, Sign In to add comment