I haven't used this myself, but don't you need to click through some conversations? With some recent updates you can use your keyboard to skip through this. Keyboard is "click to continue", and 1, 2, 3, etc. are used to select different options.
Here is some more information.
http://docs.villavu.com/simba/script...dkeyboard.html
This would click the space bar.
Simba Code:program PressSpaceBar;
begin
PressKey(32);
end.








Reply With Quote

That was with mine though.




