is destructable dies...

Status
Not open for further replies.
Level 9
Joined
Aug 11, 2007
Messages
429
if this one barrel is killed, I want 1 gold coins to spawn in the region next to it.

It seems like an easy trigger, but when I do it I cant get it to spawn the coins.
 
There can be plenty of reasons to have a item spawn at a different location when you break a certain destructable.

  • Drop item elsewhere
    • Events
      • Destructible - <YOUR DESTRUCTIBLE> dies
    • Conditions
    • Actions
      • Item - Create <YOUR ITEM> at (Center of <YOUR REGION>)
<YOUR DESTRUCTIBLE> = The Barrel or any other destructible you want this to trigger on.
<YOUR ITEM> = The Gold Coin. You will have to create this item.
<YOUR REGION> = The region where you want the coin to appear.
 
Yea see, that trigger didn't work for some reason [it's not like I'm THAT dumb when it comes to triggers].

I'll try the items dropped thing.
 
Can you be more specific with "didn't work"? It might help me finding the cause.

Does your destructible realy die, or is it just the animation or something? Did you do anything special about the Barrel, like another trigger referring to it?
 
Status
Not open for further replies.
Back
Top