Quote:
Originally Posted by KuJi
lol.. shoot arrow;
PHP Code:
temp.dir = player.dir;
for (temp.I = 0; temp.I < 4; temp.I++)
{
player.dir = temp.I;
shoot arrow;
}
player.dir = temp.dir;
I think lol
|
I can ensure you it wanst that complicated
It kinda shoot arrows at all dirs the same time as I didnt know how to make it to shoot at the players dir only.