How do I destroy a spawned actor once im done with them?
Hi All,
Once an actor has been spawned, how can I destroy them again?
Thanks
Marcus
Once an actor has been spawned, how can I destroy them again?
Thanks
Marcus
Comments
Make a boolean attribute DesActorA set to false.
In Actor A:
When DesActorA = true
Destroy Behavior
In the other actor – when you're ready to trigger the destroy of ActorA – put:
Change attribute DesActorA to true
----------------------------------------------
http://www.davidgriffinapps.co.uk/
when i change attribute, do i just type true in the "To: "field" because it's not changing the attribute to true.
what do i do?
Thanks guys!
M.