Scene Command for Name Input Processing

● ARCHIVED · READ-ONLY
Started by Grunwave 3 posts View original ↗
  1. I want to add some mobile device buttons. What is the Scene (if any) for NIP ?
  2. Here's the script call that name input processing uses:

    SceneManager.push(Scene_Name);
    SceneManager.prepareNextScene(actorId, name length);
  3. Thanks Nakina. That is exactly what I needed.