https://bpaste.net/show/b021df0de56b
Hi in the link above is my modified mercenary AI. I'm logging the actors positions (monsters, npc's, players..etc) and it looks like this
1,162,173
1,173,171
1,168,173
1,163,167
So the second and third index are x, y coordinates which work fine, but the first index always shows a "1" it should tell me the ID's instead, wondering what I did wrong in my code? line 2253