UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/2.7-Slideshow.bt.txt

10 lines
222 B
Plaintext

Tree("Root") {
Composite(Sequence) {
// Go to Scene 2.8 SBB
BTC.Run("StereoSlideshow.CompleteXROriginSetUp.IMG0047")
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.28SBB")
}
}