06-19-2012, 06:45 AM
(06-19-2012, 04:58 AM)A-MAN Wrote: when u wrote self.state < 2, does this mean that if the state is either 1 or 0 (less than 2)correct
(06-19-2012, 04:58 AM)A-MAN Wrote: I think its suppose to be self_state (with an underscore).the api just changed in the latest release. "self" and "target" are now objects, and "state" is a field within "self", so self.state gets the state
Azriel~