Is there a way to add comments between actions?

  • #1, by nerdThursday, 14. February 2019, 18:20 5 years ago
    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:

    Forum Fan

    147 Posts


  • #2, by afrlmeThursday, 14. February 2019, 18:44 5 years ago
    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
    
    ]]

    Imperator

    7278 Posts

  • #3, by nerdThursday, 14. February 2019, 18:53 5 years ago
    thank you!

    Forum Fan

    147 Posts