Is there a "On scene start" rule?

jb15jb15 Member Posts: 602
edited November -1 in Working with GS (Mac)
Is there a "On scene start" rule? I want an actor to, when the scene is started, do something. Possible?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    There is no behavior for that but you can create your own rule using attributes like when game.start is true do all of this stuff.
  • SparkyidrSparkyidr Member, PRO Posts: 2,033
    Or if you just want something to happen at the start of the scene after it has loaded :

    Have an actor offscreen, and just stick whatever rules you want to happen in it.
    Then when the scene loads, those rules will trigger, as that actor is in the scene (albeit offscreen)
  • jb15jb15 Member Posts: 602
    I got my question answered--I didn't realize I was using a global variable ("LevelDone") to show it/not show it. Now I know I have to reset the "LevelDone" variable back to "not done."

    Thanks.
Sign In or Register to comment.