I've been browsing the Applescript Dictionary to find a way to replicate the old "Set Idle" feature using an Applescript with a delay of 10 minutes that then automatically sets the idle time to 10 minutes.
However, I can't seem to get the "my idle time" property to work.
Tell application "adium"
set my idle time to "10"
end tell
Does nothing
set my status message works fine but set idle time fails no matter what I do. Any ideas?