I've been trying to set something up so Click() only works if you're in 2 tiles away. If i set src in oview(2), you can still click from over 2 tiles away. Is there a way to stop this?
-Camaro-
ID:174572
![]() Aug 6 2003, 4:04 pm
|
|
if(get_dist(Person that clicked,Other mob))
/..Do whatever
else
/..Do whatever
Somthing like that will work (No that wont work but yeah i think that might be the proc you want)