I would like to know if i'm doing something wrong.
I did this code to find players or animals, in this case is my beetle.
I can't find it even with SetFindDistance 8, but i can find it only when im near to him like 3 tiles.
Code: Select all
petType = int("0317", 16)
SetFindDistance(8)
FindType(petType, Ground())
petList = GetFindedList()
AddToSystemJournal(petList)
Thanks
Regards!