Quote:
Originally Posted by EPvPAgen
Code:
ControlSend ( "title", "text", controlID, "string" [, flag = 0] )
Example for nostale: (official, not p-server, the title is often changed)
Code:
ControlSend("NosTale", "", "", "{SPACE}")
|
What if I want to use the "ControlClick"? How it should be? I've tried:
ControlClick ("NosTale", "", "", "left", x, y )
The problem is that it doesn't select the mob...