9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
Tree("Root") {
|
|
Composite(Sequence) {
|
|
// Go to scene 4.1 RBS
|
|
BTC.GetKeyDown("Return")
|
|
BTC.Run("LoadScene.NEXT.41RBS")
|
|
}
|
|
}
|
|
|