Quote:
	
	
		| 
					Originally Posted by bluebrooks
					
				 //(put this part at the main script section
 thread crazy_explosions
 
 //(put this part after the main section and before the very bottom
 crazy_explosions:
 local.waittime = randomint(45) + 15   // gets random # between 15 & 60
 wait local.waittime
 spawn fx/explosion/mine.tik "origin" "x y z"  //where x,y,&z are the coords
 // (i just guessed on the tiki file name above)
 goto crazy_exlosions
 | 
	
 to make them work you use "emitters" ONE M ans TWO T's... i got smoke sparks and all that stuff to work but i have a question about the script you sent. Do the coors go where "origin" or where "x y & z" go?