I would like to have the enemies in my shooter drop items like 10% of the time.
Currently, enemy death is an "if enemylife <= 0 then" event.
I was thinking something like "if lootroll=x then create x object" with blank sprites set to fade for no loot. Is this possible? Or do I need to
rethink my enemy death event?