Page 2 of 2

Re: Temporary potion effects [solved]

Posted: Sun Apr 26, 2015 11:01 pm
by AndakRainor
replace

Code: Select all

party.party:getChampion(champ)
with this:

Code: Select all

party.party:getChampionByOrdinal(champ)
Also, it could be nice to add another parameter to this function to hold the stat string : "strength", and use it for other stats too.