Use table value or save it in the actor first and use it later?

Hi,

I have a value in a table. Is it better to get it directly from the table or save it to my actor attribute(self.variable) and use actor attribute when I want to use it. (e.g. change attribute to self.variable).

Thanks.

Kent

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772
    No need to double post... :(

    I'd probably just read it directly from the table.
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    The advantage of changing an attribute to a table cell value is that you can use the attribute on the left side of a rule condition. Otherwise, it really doesn't matter which way you do it.

    The nightly builds, available to Pro members, include the ability to use table cell values and other table-related expressions on the left side of a rule.
Sign In or Register to comment.