I am writing a sokoban solver in Perl and would like to move the storekeeper around in the GUI. I have the KDE-Version of Sokoban that came with RH7.1. So how do I get a function that will signal to the server or something that the mouse has moved or something. I want to call this fn like mmove(21,21,rclick) or something like that and the storekeeper should move. It would be great without the mouse moving all over the screen. But it's ok if it does. Don't flame me too hard.My first q.