table values need to be deleted

I have multiple actor of the same that were spawned. I am able to have them saved into a table. But when the player moves them around on the screen and leaves them in a different spot, when returning to the scene the actor is in both spots the old one, (Which I need to learn how to be removed from the table), and the new one.

Please help

Best Answer

Answers

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Reset the table by either writing a default value to each row and column, or by the easier way: create a Master table that is black and is copied over the current table with old values.

Sign In or Register to comment.