User Statshot
- Community Stats
-
Level 4 Blank Slate
-
Normal Whistle
-
Ranked as Civilian
Contact Info / Websites
Latest News
Interactive buddy Scripts
8/9/09 by Jamman54
Magic fountain(delete fire and shock codesto get water fountain, delete water and shock codes to get fire Shock dosn't work well alone)-
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)
t=t+1;
if(t%2,shock(sin(t*.075)*125+275,cos(t *.052)*100+200,0,0,140,.075,2,2,false)
,0)
t=t+1;
if(t%2,water(sin(t*.075)*125+275,cos(t *.052)*100+200,0,0,140,.075,2,2,false)
,0)
Bowling ball machine gun-
t=t+1;
if(bnot(t%4),create("bowlball",50+rand om()*10,getBuddyY()+random()*20-10,50,
-3-getBuddyX()*.01),0)
Exploding walls-
gx = getBuddyX();
test = gx>510||gx<40;
if(test,explode(gx+random()-.5,getBudd yY(),.15),0)
Thats all for now guys. Submit comments with your scripts and i might put them on my next Post (Yes, you get credit)