Advertisement
guitarplayer616

TheCook'sApp

May 27th, 2015
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. if not fs.exists("a") then
  2.   shell.run("pastebin get 9XtYASNk a")
  3. end
  4. if not fs.exists("gameutils") then
  5.   shell.run("pastebin get s4qQgw3K gameutils")
  6. end
  7. if not fs.exists("flame.nfa") then
  8.   shell.run("pastebin get 6iK1CRHm flame.nfa")
  9. end
  10.  
  11. os.loadAPI("a")
  12. os.loadAPI("gameutils")
  13.  
  14. local obj1 = gameutils.loadAnimation(shell.resolve(".").."/flame.nfa", 1, 1, 1)
  15.  
  16. gameutils.initializeBuffer()
  17. gameutils.clearBuffer(colours.black)
  18. gameutils.writeToBuffer(obj1)
  19. gameutils.drawBuffer()
  20. a.uWords(" Cook ","c",1,colors.red,colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement