Hello all,
Im working on a Plugin for Tekkit, were ComputerCraft is used,
the funktion of this plugin is to let Users play as a Miningturtle!
For that i have made a ServerSocket and all that is working,
but when i use this:

t.typeString("Go");

were t is a TileEntityTurtle and is Turned on it dont work :P/>/>

the Programm "Go" is existing too, so i need help to call it!

(pls note that this is programming in java: not ingame!!!)