m
→Example
mNo edit summary |
m (→Example) |
||
| Line 15: | Line 15: | ||
local itemLinkText | local itemLinkText | ||
for i = 1, GetNumLootItems() do | for i = 1, GetNumLootItems() do | ||
if ( | if (LootSlotHasItem(i)) then | ||
local iteminfo = GetLootSlotLink(i); | local iteminfo = GetLootSlotLink(i); | ||
if itemLinkText == nil then | if itemLinkText == nil then | ||