How To Check A Table As A Rule

SRPentSRPent Member, PRO Posts: 10
edited May 2015 in Working with GS (Mac)

So I have this table of clothes that your actor can wear, so what would I do if I want them to use them in a rule like

rule -> ThisTable ThisColumn ThisRow -> is true -> then:

(what it will do is that then it will enable it in the clothing menu and it will make it no-longer achievable because you already have it.)

The rest of the code (and the one below the rule) I had already made it, I just want to know how to check it directly from the table or which other way can I implement it?

Thanks!

Best Answer

  • tatiangtatiang Posts: 11,949
    Accepted Answer

    When numeric expression tableCellValue(tableName,row,col)=true
         .....

    You would enter the numeric row and column numbers instead of "row" and "col" above.

Answers

Sign In or Register to comment.