Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Is there a way to add comments between actions?

  • #1, by nerd 7 years ago Zitieren
    Is there a way to add comments between actions?
    It would be usefull since a tend to forget all the logic between those visual scripts:
  • #2, by afrlme 7 years ago Zitieren
    you mean notes? not really no, but you could create execute a script action part & insert single line comments into it, or multi-line comments if you don't mind clicking on the script action part to see what it says.

    -- single line comment

    --[[ multi-line
    
    comment ]]

    --[[
    
    also a multi-line
    
    comment
    
    ]]

  • #3, by nerd 7 years ago Zitieren
    thank you!