Can I make another actor be destroyed?

bladeolsonbladeolson Member Posts: 295
edited November -1 in Working with GS (Mac)
When I set a rule for example, click a button, I want it to destroy another actor than the button, but it only allows me to "destory this actor". How do I make it destory for example another actor when the button is pressed?

Comments

  • ktfrightktfright Member Posts: 964
    you can make a boolean attribute that checks if that button is pressed, the attribute becomes false, and destroys the other actor.
  • bladeolsonbladeolson Member Posts: 295
    that is awesome. Thanks that makes a lot of sense
  • bladeolsonbladeolson Member Posts: 295
    that worked perfectly. What an easy way to do it. Thanks so much.
Sign In or Register to comment.