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."