|
#1
| |||
| |||
| iChat's status via AppleScript I'm trying to get iChat's status via AppleScript and the following code works when I'm available, but it returns empty if I go away: Code: tell application "iChat" display dialog (status message) as string end tell |