Under rating threshold (hideshow)
haha, try using this combo, settings, physics, then set the number of things you can have on the screen to as many as you want. Then put a fire ball and light buddy, and then use rubber balls, then use the small gravity vortex
Under rating threshold (hideshow)
try this in the script maker it is cool
t=t+1;
if(t%2,fire(sin(t*.075)*125+275,cos(t*.052)*100+200,0,0,140,.075,2,2,false),0)
or this
t=t+1;
if(bnot(t%4),create("molotov",50+random()*10,getBuddyY()+random()*20-10,50,-3-getBuddyX()*.01),0)