Document Category Item: Tutorial > Start by telling the engine there is a branch and page!Back
Start by telling the engine there is a branch and page!
Description
The first step is to use vne_craft_branch_and_page() to tell the engine there is a branch and page there!
The first 2 variable is to tell the engine the current branch and page, the last 2 variable is to tell the engine the next branch and page to load!
The last 2 variables can be set to '0' if using 'vne_decision_setup()'.
You MUST use this variable to begin and on every single branch and page all the way to the end of the game!
Definition
vne_craft_branch_and_page(branchID, page, next_branch, next_page)