UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/4.0-SBB.bt.txt

9 lines
149 B
Plaintext

Tree("Root") {
Composite(Sequence) {
// Go to scene 4.1 RBS
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.41RBS")
}
}