AlanGab2009
Member
AlanGab2009 submitted a new resource:
Enemies Drop Rings - Gain rings by destroying enemies!
Read more about this resource...
Enemies Drop Rings - Gain rings by destroying enemies!
I made a LUA script that remakes a feature from Sonic Megamix. If you kill an enemy, a ring will come out of it.
If you don't want your custom enemy to drop a ring when killed, put this in your enemy's script:
Lua:if not EDR_BanList rawset(_G, "EDR_BanList", {}) end table.insert(EDR_BanList, MT_CUSTOMENEMY)
Read more about this resource...