| 
			
			 
			
				April 8th, 2004, 11:36 AM
			
			
			
		 | 
	| 
		
			
			| 
 Colonel |  | 
					Join Date: Apr 2002 Location: Near Paris, France 
						Posts: 1,566
					 Thanks: 0 
		
			
				Thanked 0 Times in 0 Posts
			
		
	      |  | 
    
	| 
				 Re: can you make a mod that spawns units like Ermor\'s themes? 
 
	Yes, use monster modding using the Souless id#Quote: 
	
		| Originally posted by numskully: can i somehow force a monster to reference another monster through a mod? example is having a Ermor souless be a pixie?
 |  Stg like :
 
 #Selectmonster Soulless
 #clear
 #name Pixie
 #spr1 ../pixie.tga
 #hp 1
 #str 2
 etc..
 |