I got:
Quote
File not found
testprg:2: attempt to index ? (a nil value)
testprg:2: attempt to index ? (a nil value)
Quote
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 If you need to I would probably get the Newapi source code from its file











