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

9 lines
188 B
Plaintext

Tree("Root") {
Composite(Sequence) {
// Go to Slideshow 2.1: Bellinzona Bahnhof to Geschaeft
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.21Slideshow")
}
}