now how do i make this go curved?
NPC Code:
// NPC made by Darkoshi1
if(playerenters){
dontblock;
drawoverplayer;
timeout=.5;
}
if(timeout){
if(x>playerx){x--};
if(y<playery){y++};
if(x<playerx){x++};
if(y>playery){y--};
timeout=.05;
dontblock;
drawoverplayer;
}
:grrr: :grrr: :grrr: