Is there any way to use an expression for the first half of a rule?

This would help me out a lot-I have a lot of extra attributes to work around it. Basically what I want to be able to say is "if tablecellvalue = X , do this".

Thanks! Really appreciate any help :)

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Only with the nightly builds at this point.
  • UtopianGamesUtopianGames Member Posts: 5,692
    edited June 2013
    There's a work around, make a self or game attribute then change it to the data from the table then check to see what the attribute returns.

    For eg if you want to check if row 1 col 1 is true (Boolean) make a self Boolean call it what you want then change this Boolean to the table data then check to see if it's true or false by doing if self Boolean = true.

    I'm out of the office today but if your still stuck I will make you a quick project file in the morning.

    Darren.
  • fishbowl1fishbowl1 Member Posts: 54
    Thanks, really appreciate the help!

    I was planning on going pro pretty soon anyway, so I went ahead and did it--just waiting for my student verification to go through.

Sign In or Register to comment.