beta 0.8.7 deleting rules

roncoronco Member Posts: 5
edited November -1 in Working with GS (Mac)
Hey guys,
I just installed the new beta 0.8.7 and now a few of my rules wont show up. Is anyone else having this problem.

Thx

Comments

  • YodapolloYodapollo Inactive, Chef Emeritus Posts: 447
    Could you give us a little more detail? What kind of rules are not showing up? Are they a particular kind of rule or particular kind of actor? This will help us and others on the forum in trying to figure it out.

    --Yodapollo
  • roncoronco Member Posts: 5
    I have a rule with a global integer named game.lvl_GameScore1=0. When that attribute is set a timer spawns two actors and changes two attributes. This rule was added to a GameLogic actor for every scene. After downloading the new beta it disappeared in a few of my scenes.

    }
    Rule (game.lvl_GameScore1 =0)
    Timer (after 1)
    spawn (next)
    spawn (spawnDarkShadow)
    Change Attribute (game.playing = false)
    Change Attribute (game.pressForward =0)
    }
Sign In or Register to comment.