Latest Release Breaking AppleScript?

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
RAILhead
Harmless
Posts: 4
Joined: Mon Oct 03, 2005 11:01 pm
Contact:

Latest Release Breaking AppleScript?

Post 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
snarfer
Frappa
Posts: 242
Joined: Tue Jan 25, 2005 5:16 pm
Location: A small CA town
Contact:

Post by snarfer »

in terms of Adium
set away message to string of string "At work"
end in terms of

perhaps?
RAILhead
Harmless
Posts: 4
Joined: Mon Oct 03, 2005 11:01 pm
Contact:

Post 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.
Post Reply