04-23-2013, 02:00 AM 
		
	
	
		Yeah, if by any reason the cavebot can't do something automatcly, like go up stairs or go into teleports, you can always use a Macro.
Where the N represents North, you can also change to, S (South), E (East) or W (West).
That will make your character move 1 SQM to that direction. So, step in front of the teleport, add a fixed point, then add the macro.
	
	
	
	
Code:
0 {move} Self.MoveN()Where the N represents North, you can also change to, S (South), E (East) or W (West).
That will make your character move 1 SQM to that direction. So, step in front of the teleport, add a fixed point, then add the macro.
