Quote:
Originally Posted by Galdor
hmm donno I'm kinda noob at scripting I made a weapon that shot arrows at all dirs 3 years ago but i have forgot how to do that now... so will take a while 
|
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