diff --git a/exec/load/chateng.js b/exec/load/chateng.js
index 4bcfbd87b6dc1c226dceb6076a5d330c9fc986f5..66cc00e1f5a72b1188a86940a80560e1fb3fb98d 100644
--- a/exec/load/chateng.js
+++ b/exec/load/chateng.js
@@ -87,7 +87,6 @@ function ChatEngine(root,name,log_)
 					this.fullscreen=false;
 					break;
 			}
-			console.gotoxy(this.x,this.y);
 			Log("Chat Initialized:");
 			Log("mode: " + (this.fullscreen==true?"fullscreen":(mode=='W'?"window":"single line")));
 		}
@@ -198,7 +197,7 @@ function ChatEngine(root,name,log_)
 			}
 		}
 		this.buffer+=key;
-		console.write(key);
+		console.putmsg("\1n" + key);
 	}
 	this.GetNotices=function()
 	{