Execute_OpenTutorialGuide
Description
Opens the tutorial guide UI for the specified tutorial ID, optionally navigating to a sub-tutorial.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used. |
| S1 | Tutorial ID to open |
| S2 | Sub-tutorial ID to navigate to (optional, may be None) |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Open the basic movement tutorial | | OpenTutorialGuide | Tutorial_Move_01 | |
| Open the crafting tutorial at a specific sub-tutorial step | | OpenTutorialGuide | Tutorial_Craft_01 | SubTutorial_Craft_Step1 |
| Open the interaction system tutorial | | OpenTutorialGuide | Tutorial_Interact_01 | |