Quick question,
I seem to remember that there is a scripting function that enables you to create a temporary tag in your script that will only be used internally for that script, and that won’t actually write a tag.
You can of course use $set(temp_name,value) in the beginning of the script, and then $unset(temp_name) at the end, but wasn’t there a specific function for this?
edit,
Ah, never mind, I just remembered. An underscore before the name will do that.