Hi all,
I'd like to use a script specifically to detect all game / animals nearby (and then output the distance to that animal from the player).
My script is:
Hi all,
I'd like to use a script specifically to detect all game / animals nearby (and then output the distance to that animal from the player).
My script is:
Try again using a formlist that has only Actor type objects in it. Including multiple types of things in a formlist can sometimes break functionality, it is only intended to hold a group of the same types of forms. You should only need actor types anyways, leveled lists are just used to generate the animal actors.
this is great thanks for sharing - under actor I see all the races, like 'alduinrace' and 'goatrace'
so bascially just take every item from under 'goat race' 'fox race' 'deer race' etc and keep it from the same form and good to go?
thanks!