Open Dev Kit Documentation :: Script Editor
Open Dev Kit uses a drag-and-drop graphical scripting system, which is a form of coding where pre-written pieces of code (or “Functions”) are used to build scripts in a visually orientated way, rather than typing lines of code. For those looking for some extra control however, it is possible to also construct scripts in Lua code.Main
Tab group containing function categoriesScript
Flowchart for the current scriptFunction Name
Name of the function nodeFunction Description
Description of the function nodeNode Comment
Textbox for adding comments to the node's functionalityLocal Variables
List of local variables used in the scriptVariables
List containing variables local to a particular scriptInstances
Tab group for managing function sub-categoriesNodes
List of available functions for use in scriptingLua
Text editor for constructing scripts in Lua codePop-up Context Menu
- Undo
- Undoes the last performed action
- Redo
- Redoes the last performed action
- Cut
- Copies the selected node(s) in the clipboard while also removing it from the script
- Copy
- Copies the selected node(s) in the clipboard
- Paste
- Places nodes stored in the clipboard
- Delete
- Deletes the selected node(s)
If you think anything is missing, please feel free to: submit documentation feedback on this page