How to destroy a specific actor.
Hello, so im using a draw feature and basically want to do a undo feature to destroy the previous line. I have a self attribute that goes up by one each time you draw a line. I want to be able to destroy just the highest number of the self attributes only. Each time I do it it destroys all of them. How can I reference just the highest self attribute to be destroyed thanks.