On the hyperion 484, when you walk, or get hit or anything, chatbox gets reset, for example if you try to write while clicking to walk the message dissappears and when you fight each time you get hit the message dissappears etc.

Anybody know what might be causing this?

Source: http://www.rune-server.org/runescape...-download.html

Fixed:
Code:
		if(player.getChatboxInterface().isActive()) {
			sendCloseChatboxInterface();
		}