Page 1 of 1

Latest Release Breaking AppleScript?

Posted: Mon Oct 03, 2005 11:05 pm
by RAILhead
Hey all

I had some scripts I made to set away messages via iCal triggers, but now, every time a script is launched, it quits Adium -- and doesn't set the message properly.

Now, even simple scripts aren't working -- like this one:

tell application "Adium"
set status message string to "At Work"
end tell

It compiles, but gives the error "Adium got an error: Can't make status message string into type reference."

Why is this no longer working?

TIA,
Maury

Posted: Mon Oct 03, 2005 11:33 pm
by snarfer
in terms of Adium
set away message to string of string "At work"
end in terms of

perhaps?

Posted: Tue Oct 04, 2005 12:04 am
by RAILhead
snarfer wrote:in terms of Adium
set away message to string of string "At work"
end in terms of

perhaps?
No, that's even a proper script.