Hi, another problem:
I try to turn a room into some kind of shooting-gallery. I have 5 guys running around with the
wander(ox);
-command and a crosshair-view for the ego.
now how can i check if the crosshair is somewhere near the guys? i have all the coordinates from the guys which i got by
get.posn(ox,vx,vy);
but i cant use commands like
if posn or
if center.posn
because i can only compare the coordinates to integers and not to vars.
what can i do?
bok