10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
|
Tree("Root") {
|
||
|
Composite(Sequence) {
|
||
|
// Go to scene 3.2 Grotto
|
||
|
BTC.Run("StereoSlideshow.CompleteXROriginSetUp.IMG0047")
|
||
|
BTC.GetKeyDown("Return")
|
||
|
BTC.Run("LoadScene.NEXT.32Grotto")
|
||
|
}
|
||
|
}
|
||
|
|