Jump to content


DerMistkaefer's Content

There have been 1 items by DerMistkaefer (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#255259 [CC 1.76+] BLittle API

Posted by DerMistkaefer on 01 July 2016 - 02:58 PM in APIs and Utilities

When I wont to test your api i get an error:

Posted Image

The same as in programm code:
if not fs.exists("package") then shell.run("pastebin get cUYTGbpb package") end
if not fs.exists("GIF") then shell.run("pastebin get 5uk9uRjC GIF") end
if not fs.exists("blittle") then shell.run("pastebin get ujchRSnU blittle") end
myWindow = blittle.createWindow()
myWindow.setVisible(true)
myWindow.setVisible(false)
myWindow.write("test")

Can you help me?