i'm using foo_text for a web project, and i'm curious if anybody can tell me why the timer may not be working. i have it set for 30000ms (which should be 30 seconds), with 'write only if contents will be changed' checked, but it still always writes to the file every 30 seconds. i've also noticed that it doesn't wait 30 seconds, but instead writes immediately, then continues to do so every 30 seconds.
Timer: You do NOT need to use this option for the plugin to work. If you tick the write only if contents change option, the file will only actually be written, if the data that willl be written is different from what was written last time. It is recommended to use the timer if your you need the file to be updated at times other than the events (e.g. for %_time_elapsed%) If using the timer with setting under 2000ms, and you are reading the text file with Samurize, tick samurize's option 'Force update everytime' to make it read the text file if it is modified at intervals less than 2 seconds and the file size doesn't change. The lower limit for the timer is 100ms, upper limit is 999999999ms.
that is taken from the help file. perhaps this feature isn't exactly what i'm looking for? i only want it to write once to the file after 30 seconds of play. if this isn't the correct feature, is there any way of getting ahold of the author to possibly request that it be added?