Rules and Table Values
BenMakesGames
Member Posts: 85
Can I create a rule based on a value in a table without constraining a to an attribute in an actor?
Im getting the impression that in one of the nightly builds its possible?
(its been a few months since I can touch gamesalad)
Im getting the impression that in one of the nightly builds its possible?
(its been a few months since I can touch gamesalad)
Comments
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
game.one = 1
If game.one = tableCellValue(tableName,row,column)
Set up a other attributes for any other values you might want to check like:
game.zero = 0
I know it uses attributes but you don't need change attributes for it so your code is as small as it would be using the nightlies