Skip to content

Instantly share code, notes, and snippets.

@Adrodoc
Last active April 22, 2017 22:21
Show Gist options
  • Save Adrodoc/957e17cc3542612257b666dcf33ce986 to your computer and use it in GitHub Desktop.
Save Adrodoc/957e17cc3542612257b666dcf33ce986 to your computer and use it in GitHub Desktop.
chest-menu
if adrodoc55 == nil then
require "gist.5812f439642a1d4a9d89cdb75b38a13a.adrodoc55"
end
function adrodoc55.chestMenu()
player2Inventory = {}
local q = Events.register(CLICK_WINDOW, )
for e in q.next do
if e.clickedItem ~= nil then
if e.clickedItem.displayName == 'Button' then
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment