How to make multiple coin drops when kill enemy AI?

Hi

Is it possible to create specific points that spawn coins around an enemy AI when killed?

For example when an enemy is killed, 3 coins will appear surrounding the dead AI.

Yes… Spawn 3 Coins on Kill. Not sure what you expect as Answer. What is it you have trouble with? Finding Location to Spawn? Thats just simple Math. Dont know when to spawn? If HP <= 0 do the Spawning of Coins. Want to configure how many Coins to Spawn? Expose a Int variable you can Configure.

Just wonder if you can setup 3 points around the enemy AI (that are hidden in its blueprint), when killed spawn coins in those place in the game world where the enemy ai has been killed.