Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
As per the help documentation on Script Extensions and supported objects, the LLPlayer object is not available within script extensions. If you're using the "MyClick" method described above which calls the LLPlayer methods, then this may be the root of your problem. What you might need to do is investigate using direct calls to the windows API for executing mouse clicks (which is what code like LLPlayer and other things essentially do). http://msdn.microsoft.com/en-us/library/ms646260(v=vs.85).aspx