lego11

Untitled

Jan 26th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1.  
  2. local tArgs = { ... }
  3. if #tArgs > 0 then
  4. shell.openTab( unpack( tArgs ) )
  5. else
  6. shell.openTab( "shell" )
  7. end
Add Comment
Please, Sign In to add comment