news |
info |
people |
software |
stuff |
function DL_Flag flag,stackName
-- get current state of the backup flag in the stack script
put the script of stack stackName into stScript
put DL_GetScriptField("Flags",stScript) into flags
return (flags contains flag)
end DL_Flag