Working with Tables
I thought that I would start a thread for anything and everything tables. Fist of all I have a few questions
1. how can I create a rule that states if the value of a cell is at least 5 and the actor is pressed then subtract 1 from the cell?
2. What are some of the uses of tables?
3. Can I store the value of a table as an index varriable instead of integer, boolean, or text.
Post more questions and answers about tables on this thread.
1. how can I create a rule that states if the value of a cell is at least 5 and the actor is pressed then subtract 1 from the cell?
2. What are some of the uses of tables?
3. Can I store the value of a table as an index varriable instead of integer, boolean, or text.
Post more questions and answers about tables on this thread.
Comments
Example: You have a cell value that is 5 and you want something to happen when your actor = the value of that cell. So you create a self.attribute (integer) say you call it "Do This" and set it to a value of 5. Then create a rule that say If self.DoThis = TableCellValue,TableName,row,column then do whatever you want to happen.