Enemies Drop Rings

[Open Assets] Enemies Drop Rings 1.2

This content may be freely modified and/or maintained by anyone.

AlanGab2009

Member
AlanGab2009 submitted a new 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...
 
You defeat enemies you get the ring it pops out after defeating it although try not to get hit by Detons and mines, Great mod by the way.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top