Pet Battle Scripts

Pet Battle Scripts

265k Downloads

Bug: Wrong for loop expresion.

gizzmo opened this issue ยท 0 comments

commented

the iterator expression should be a method call not a ipairs function

for key, script in ipairs(IterateScripts()) do

should be for key, script in self:IterateScripts() do