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

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    The behavior is called Change Table Value. Depending on how your table is setup, you may first need to Add/Remove Table Row (in this case, Add).
  • PandaParentsPandaParents Member Posts: 64
    Thanks!
Sign In or Register to comment.