Hey!
I'm trying to make a script that will randomly choose a quote from a list. I have essentially hacked up the pun script, yadayadayada. My only problem is that when I throw that into my status message, it refreshes every few seconds. I would like it to choose it and stop, then choose again next time I set that away message.
Is this covered in the plist? or is this on the applescript side? and either way, how do I fix it?
thanks!
AdiumScript Help
In order to achieve longer periods of time between updates on my RSS script, I created a "helper" applescript app that updates external text files at the interval of my choosing. The actually Adium substitution script simply returns the content of those text files.
Of course, this is all relatively transparent to the user.
Of course, this is all relatively transparent to the user.
- zaudragon
- Growl Team
- Posts: 1852
- Joined: Sat Dec 04, 2004 5:05 am
- Location: Kensington, CA, USA
- Contact:
Mine touches a preference file and writes to there. The only problem with my script is that it has inconsistent paths (path to Pictures folder as opposed to ~/Pictures/)noleli wrote:In order to achieve longer periods of time between updates on my RSS script, I created a "helper" applescript app that updates external text files at the interval of my choosing. The actually Adium substitution script simply returns the content of those text files.
Of course, this is all relatively transparent to the user.