? Is It Even Possible ?

SethsAppsSethsApps Member, PRO Posts: 328
edited January 2012 in Working with GS (Mac)
Basically on my newest game idea I have to have attributes that rely on each other for math. I wish to know if it is possible to reference two separate integers from a table and subtract one from the other? So far Ive only managed to get one integer in the change attribute field but here HAS to be a way to get two or three integers into the same function so that they can be manipulated based on each other. Thanks in advance for any help!

Comments

  • MotherHooseMotherHoose Member Posts: 2,456
    edited January 2012
    changeAttribute: the one you want to change To: (tableCellValue(table,Row,Col))-(tabLeCellValue(table,Row,Col))

    the ( ) brackets are needed around the ' tableCellValue(table,Row,Col) ' so each numberValue you call for is an entity.

    @};- MH
  • SethsAppsSethsApps Member, PRO Posts: 328
    Thank you guys so much! I was putting in just that but all of the functions ended up disappearing until I clicked out of the expression editor : really weird.
Sign In or Register to comment.