Guest User

Untitled

a guest
Jul 1st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. function core.inventorycube(img1, img2, img3)
  2.         img2 = img2 or img1
  3.         img3 = img3 or img1
  4.         return "[inventorycube"
  5.                         .. "{" .. img1:gsub("%^", "&")
  6.                         .. "{" .. img2:gsub("%^", "&")
  7.                         .. "{" .. img3:gsub("%^", "&")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment