Search found 1 match

by VaeVictis
Sat Sep 15, 2012 7:36 pm
Forum: Modding
Topic: Useful scripts repository
Replies: 105
Views: 254726

Re: Useful scripts repository

I see we've all been working on our own ItemCheck functions :mrgreen: My turn to share the code: function itemCheck(thisItem) local thisPlayer = 1 local itemSlot = 1 local currItem for thisPlayer=1,4,1 do for itemSlot=1,31,1 do if party:getChampion(thisPlayer):getItem(itemSlot) ~= nil then currItem ...