Skip to content

Instantly share code, notes, and snippets.

@rubenwardy
Created September 27, 2018 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubenwardy/903762ed45d5f1afb80ca245f38231ce to your computer and use it in GitHub Desktop.
Save rubenwardy/903762ed45d5f1afb80ca245f38231ce to your computer and use it in GitHub Desktop.
sfinv.register_page("test", {
get = function(self, player, context)
return {
formspec = "label[1,1;Hi]",
w = 3,
h = 1,
include_inv = false,
}
end
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment