Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ascent(i in -17..18) { ascent(j in 0..5) { ascent(k in -2..3) {
- CreateShotA(0, GetX, GetY, 20);
- SetShotDataA(0, 0, 5-absolute(i)/4, a+i*2+j*360/5, 0, -(5-absolute(i)/4)/75, 0, 193);
- SetShotDataA(0, 75+(17-absolute(i))*7, 0, NULL, i/12+k/2, (1+absolute(i)/10)/45, 1+absolute(i)/7, NULL);
- SetShotDataA(0, 120+(17-absolute(i))*7, 1+absolute(i)/10, NULL, 0, 0, 0, NULL);
- FireShot(0);
- } } }
Advertisement
Add Comment
Please, Sign In to add comment