Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kb = libs.keyboard;
- -- Documentation
- -- http://www.unifiedremote.com/api
- -- OS Library
- -- http://www.unifiedremote.com/api/libs/os
- --@help randomAll
- actions.randomAll = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -t Original Nineties NuTrek");
- end
- --@help randomNineties
- actions.randomNineties = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -t Nineties");
- end
- --@help randomTng
- actions.randomTng = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -s TNG");
- end
- --@help randomDs9
- actions.randomDs9 = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -s DS9");
- end
- --@help randomVoy
- actions.randomVoy = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -s Voyager");
- end
- --@help randomEnt
- actions.randomEnt = function ()
- os.start("C:\\Users\\username\\source\\repos\\StarTrekRandomizer\\StarTrekRandomizer\\bin\\Release\\net6.0\\StarTrekRandomizer.exe -s Enterprise");
- end
Advertisement
Add Comment
Please, Sign In to add comment