Boolean to destory actor
bladeolson
Member Posts: 295
I have set a boolean for each actor I call "existence" , my idea is to have existence change to false when I want the actor to disappear. The only problem I am having is when I use a "change attribute", I can only change an attribute for the current actor "self". I was to make it when something happens to one actor, it triggers the existence to be false for another actor and "destory". How do I access the variables for other actors?
Comments