That means the script is repeating over and over right, into infinity. Heres my script.
Code: Select all
function LvlComp()
if party:getChampion(2):getEnabled()==true then
repeat
OrdinalScript.getChampionWithOrdinal(2)
:levelUp()
until OrdinalScript.getChampionWithOrdinal(1):getLevel()== OrdinalScript.getChampionWithOrdinal(2):getLevel()
endHow can I fix this?