Computer Controlled Seed Analyszer bad return of getSepciemenStats method
Shotman opened this issue ยท 3 comments
I'm not sure how LUA works, but I'm returning an array of size 3 from that method, and I think you maybe have to do a, b, c = seed.getSpecimenStats() to assign a, b and c to growth, gain and strength respectively, then again, I might be wrong.
a,b,c = seed.getSpeciemenStats()
with
print(a); print(b); print(c)
;
works, thanks !