ScriptDraw logo

This application is designed for larger screens to ensure the best possible user experience and functionality. Please revisit us on a desktop or laptop computer.

Script Draw Logo
v1
Logic Script Tab enabled

Documentation

[START] / [END]: Start and close the diagram. Rule: Every START must have an END.

[START_STEP][id]: Defines a process. ID is optional.

[START_CONFIRM]: Groups decisions. Text prefixed with "Confirm". Needs [END_CONFIRM].

[START_IF]: Logical branch. Text prefixed with "If". Needs [END_IF].

[THEN][id]: Action outcome. Text prefixed with "Decision".

[GO_TO][id]: Interactive jump to a specific step.