I
QUITE agree with Raven. There is NO point in using it, plus you would have to have HOURS of Stefan making and debugging it to work, for WHAT possible purpose? I've already shown this code like 4+ times :'(
NPC Code:
if (created)
{ timeout=0.25;}
if (timeout)
{ if (abs(mousex-x)=<1 && abs(mousey-y)=<1)
{ actions;}
timeout=0.25;
}
This would check to see if it is within one space of it =/ Just use that.
---Shifter