So I'm playing wow and trying to get this script to work.
tell application "System Events"
tell application "World of Warcraft" to activate
keystroke "/tar haelga"
key code {"Fn", 23}
end tell
I'm using Mouse keys to try and "talk" to the mob in question... but it's not seeming to work... I want the /tar Haelga to be sent all together, and then for it to "right click" her...
any ideas?
tell application "System Events"
tell application "World of Warcraft" to activate
keystroke "/tar haelga"
key code {"Fn", 23}
end tell
I'm using Mouse keys to try and "talk" to the mob in question... but it's not seeming to work... I want the /tar Haelga to be sent all together, and then for it to "right click" her...
any ideas?