news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

DL_Flag

Revision
Revised on

Description


Code

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