UP-Viagg-io/Viagg-io/Assets/BehaviourTrees/2.6-Castello.bt.txt

9 lines
172 B
Plaintext

Tree("Root") {
Composite(Sequence) {
// Go to Slideshow 2.7: mit dem Scooter
BTC.GetKeyDown("Return")
BTC.Run("LoadScene.NEXT.27Slideshow")
}
}