Thanks for responding KeyWorld, 
  
Well after digging in the files I noticed something. 
  
in class.RORender.php there is this: 
  
	const ACTION_IDLE       = 0;	const ACTION_WALK       = 0;	const ACTION_SIT        = 0;	const ACTION_PICKUP     = 0;	const ACTION_READYFIGHT = 0;	const ACTION_ATTACK     = 0;	const ACTION_HURT       = 0;	const ACTION_UNK1       = 0;	const ACTION_DIE        = 0;	const ACTION_UNK2       = 0;	const ACTION_ATTACK2    = 0;	const ACTION_ATTACK3    = 0;	const ACTION_SKILL      = 0;
Shouldn't it look like this? 
  
	const ACTION_IDLE       = 0;	const ACTION_WALK       = 1;	const ACTION_SIT        = 2;	const ACTION_PICKUP     = 3;	const ACTION_READYFIGHT = 4;	const ACTION_ATTACK     = 5;	const ACTION_HURT       = 6;	const ACTION_UNK1       = 7;	const ACTION_DIE        = 8;	const ACTION_UNK2       = 9;	const ACTION_ATTACK2    = 10;	const ACTION_ATTACK3    = 11;	const ACTION_SKILL      = 12;
 Regardless either way (I tried.) nothing happens. 
  
 
  
Using: 
 
  
Am I missing something..? 
  
Also off topic but you need to know: I joined robrowser's forum and I never got my validation email, and I had it resent and still havent recieved it. This was about two days ago. 
It was a gmail.com ending with four numbers....