Marlingaming

CC Tweaked Personal Computer Imperial Os - Os Function Runner

Jan 13th, 2022 (edited)
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --this script acts as the Main Function runner
  2. local tArg = {...}
  3.  
  4.  
  5.  
  6.  
  7.  
  8. if tArg[1] == "Open" then
  9.     shell.run(shell.resolve("os_ProgramRunner"),tArg[2])
  10. elseif tArg[1] == "Close" then
  11.    
  12. elseif tArg[1] == "Network" then
  13.    
  14. end
  15.  
Add Comment
Please, Sign In to add comment