Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tywtyw2002/5f736f96387fff15849b8a1a0d2fe1f2 to your computer and use it in GitHub Desktop.
Save tywtyw2002/5f736f96387fff15849b8a1a0d2fe1f2 to your computer and use it in GitHub Desktop.
/script do item_string = "" for i=1,18 do item = select(1, GetInventoryItemID("player", i)); if item then item_string = item_string ..item .. ";" end end print(item_string) end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment