If you need to get familiar with API: http://osbot.org/api
For interfaces, you can do interfaces.get(30).interact("Close"); as an example,
For walking, localWalker.walk(pos);
If you are using Eclipse, just type "this." and wait, it will open a popup of suggestions etc and you can see what variables there are, e.g. camera.toEntity, mouse.move
PM me if you need more help