Thread: view
View Single Post
  #4  
Old 10-08-2002, 01:25 AM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
eh?

ummm
well the fireball shoots 20 tiles a second...

so if you were shooting the fireball right....


if (created) {
shootfireball 3;
for (i=0;i<64;i++) {
setfocus x+i,y;
sleep 0.05;
}
}

dunno tho
__________________
- R0bin
Reply With Quote