  | 
	
	
	
		uviel Beginner
 
  Joined: 24 Feb 2007 Posts: 12
 
  | 
		
		  
			
			   Posted: Sat Feb 24, 2007 9:46 pm   
  Status Window Display format   | 
			 
			
				I have the followng set up in the status window:
 
 
Stats:%cr
 
Str:@str
 
Con:@con
 
Dex:@dex
 
Int:@int
 
Wis:@wis
 
 
The output shows:
 
 
Stats:
 
 
Str: 22
 
 
Con: 22
 
Dex: 15
 
Int:   15
 
Wis:  16
 
 
I rally cannot figure out why there is an extra line/space under Str. do not know ho to get rid of it.
 
 
Can anyone please let me know how to do it, please?
 
 
Thanks. | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		hogarius Adept
 
  Joined: 29 Jan 2003 Posts: 221 Location: islands.genesismuds.org
  | 
		
		  
			
			   Posted: Sun Feb 25, 2007 1:13 am      | 
			 
			
				Perhaps try highlighting everything to the right of the @str, deleting what you highlighted, then move the cursor back to the spot and putting the carriage return back in there?
  | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		uviel Beginner
 
  Joined: 24 Feb 2007 Posts: 12
 
  | 
		
		  
			
			   Posted: Sun Feb 25, 2007 2:04 am      | 
			 
			
				Tried that, still getting the same thing, also if I switch it to line then i get for example STR                         Con Dex Int Wis
 
 
Tried formating with %trim %trimleft and %timright and did not work, don't know what to try next | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		chris-74269 Magician
 
  Joined: 23 Nov 2004 Posts: 364
 
  | 
		
		  
			
			   Posted: Mon Feb 26, 2007 1:20 am      | 
			 
			
				if you are capturing your stats from a trigger, then str part might be capturing whitespace as well, making the space from the wrapping.
  | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		| 
		
		 | 
	
	
		 |