- Joined
- Jan 27, 2013
- Messages
- 87
- Reaction score
- 8
- Primarily Uses
I know I can load a scene in VX Ace with the script call SceneManager.call(X).
So my question is, how do you call a scene but jump to a specific index or category, or otherwise automate moving in that scene?
I'm trying to put together a tutorial sequence, and I can load Scene_Item. That'll load the item menu as intended, and the cursor will be on the first option in the index (items). How can I move it to the second index listing (weapons)?
Assuming there's a way to do that, a follow question would be if the method applies to stuff that might be actor specific like skills.
So my question is, how do you call a scene but jump to a specific index or category, or otherwise automate moving in that scene?
I'm trying to put together a tutorial sequence, and I can load Scene_Item. That'll load the item menu as intended, and the cursor will be on the first option in the index (items). How can I move it to the second index listing (weapons)?
Assuming there's a way to do that, a follow question would be if the method applies to stuff that might be actor specific like skills.

