//#CLIENTSIDE function onCreated() { temp.target_x = player.x + 1.5 + vecx(player.dir) * 2; temp.target_y = player.y + 2 + vecy(player.dir) * 2; }