  | 
	
	
	
		Maddux31 Beginner
 
  Joined: 03 Jan 2003 Posts: 12 Location: USA
  | 
		
		  
			
			   Posted: Mon Jun 02, 2003 6:13 pm   
  Color   | 
			 
			
				What I want to do is to have my alignment change color when it gets close to neutral. I use my prompt that is like this Align: -400
 
It is just normally white, but I want to stay evil all the time so I need it change to a color when it gets close to -350. I would like my align to change color between -450 to -350. | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		LightBulb MASTER
 
  Joined: 28 Nov 2000 Posts: 4817 Location: USA
  | 
		
		  
			
			   Posted: Mon Jun 02, 2003 7:27 pm      | 
			 
			
				#TR {Align: (%n)} {#IF ((%1 < -349) AND (%1 > -451)) {#PCOL hi,red %x1}} {} {nocr|prompt}
 
 
LightBulb
 
Advanced Member | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		Maddux31 Beginner
 
  Joined: 03 Jan 2003 Posts: 12 Location: USA
  | 
		
		  
			
			   Posted: Mon Jun 02, 2003 11:28 pm      | 
			 
			
				Ok I haven't tested this out yet, but would it matter if thats not the whole prompt? My whole prompt is like this:
 
Hp 2500/2500 Magic 1000/1000 Moves 350/350 Gold 232123 Exp 1283482 Align: -400 Opp
 
 
Should it matter at all? | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		LightBulb MASTER
 
  Joined: 28 Nov 2000 Posts: 4817 Location: USA
  | 
		
		  
			
			   Posted: Mon Jun 02, 2003 11:50 pm      | 
			 
			
				Shouldn't matter at all.
 
 
LightBulb
 
Advanced Member | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		| 
		
		 | 
	
	
		 |