Posted 08 April 2014 - 03:00 AM
I couldn't do it the normal way.
I got:
testprg:
If you need to I would probably get the Newapi source code from its file :P/>
I got:
Running dir:File not found
testprg:2: attempt to index ? (a nil value)
The one underlined is the one I tried to load.Newapi testprg
testprg:
os.loadAPI("Newapi")
Newapi.getInfo()
Newapi.getExtendedInfo()
--While loop constantly checking a number
while true do
wait(5)
Newapi.launchNumberGen(21,29,37,45,66,"Lucky!","Unlucky!")
I have all 3 defined (and launchNumberGen is supposed to have all those variables :o/>)If you need to I would probably get the Newapi source code from its file :P/>