I want to add some mobile device buttons. What is the Scene (if any) for NIP ?
Scene Command for Name Input Processing
● ARCHIVED · READ-ONLY
-
-
Here's the script call that name input processing uses:
SceneManager.push(Scene_Name);
SceneManager.prepareNextScene(actorId, name length); -
Thanks Nakina. That is exactly what I needed.