- Other Authors
 - https://en.wikipedia.org/wiki/Whoami
 
I use stickfigures a lot and got tired of typing /echo ${Me.Race} ${Me.Gender} all the time so here is a super simple utility to output some info about your character.
If you just want to echo not mqlog then comment/delete that line.
Inspired by: https://en.wikipedia.org/wiki/Whoami
Usage
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
					
					
	
					
					
	
	
	
					
				If you just want to echo not mqlog then comment/delete that line.
Inspired by: https://en.wikipedia.org/wiki/Whoami
Usage
			
				Rich (BB code):
			
		
		
		/mac whoami
	
			
				Rich (BB code):
			
		
		
		|by playj
Sub Main
    /echo ${Me.Name} ${Me.Race} ${Me.Gender} ${Me.Level} ${Me.Class} on ${EverQuest.Server} in ${Zone.Name} : ${Zone.ID} X: ${Me.X} Y: ${Me.Y} Z: ${Me.Z} ${Me.Platinum} pp
    /mqlog ${Me.Name} ${Me.Race} ${Me.Gender} ${Me.Level} ${Me.Class} on ${EverQuest.Server} in ${Zone.Name} : ${Zone.ID} X: ${Me.X} Y: ${Me.Y} Z: ${Me.Z} ${Me.Platinum} pp
/return
	
				
