NPC Code: for (this.x=strtofloat(#p(0));this.x>64;this.x-=64) {} for (this.y=strtofloat(#p(1));this.y>64;this.y-=64) {} setplayerprop #c,#v(this.x) #v(this.y); putexplosion 1,this.x,this.y;
for (this.x=strtofloat(#p(0));this.x>64;this.x-=64) {} for (this.y=strtofloat(#p(1));this.y>64;this.y-=64) {} setplayerprop #c,#v(this.x) #v(this.y); putexplosion 1,this.x,this.y;
. this.x = strtofloat(#p(0))%64; this.y = strtofloat(#p(1))%64; putexplosion 1,this.x,this.y;