How to add self.position.X&Y to a table?

Hi, I am trying to make an actor follow a pre-made path. I was following a tutorial posted on the forum. It has a table called tblPathPoints and it put many nodes on a pre-made path and the actor will follow these nodes. One rule for the nodes is "Add self.position.X&Y to tblPathPoints". However, in my game salad version (for windows), I could not find any behavior called "add self.position. XY to a table", so I am asking if anyone knows which rule I should use to record the position of the nodes into the table, so that the actor can follow? Thanks

Comments

Sign In or Register to comment.