Enemies Drop Rings

[Open Assets] Enemies Drop Rings 1.2

What permissions do you give others to modify and/or maintain your submission?
Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
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)
  • srb20000.gif
    srb20000.gif
    5.8 MB · Views: 84
  • srb20001.gif
    srb20001.gif
    4 MB · Views: 75
  • srb20003.gif
    srb20003.gif
    2.8 MB · Views: 68
Author
AlanGab2009
Downloads
602
Views
1,579
Extension type
lua
File size
1.7 KB
MD5 Hash
e5df758fecfcedacd39d17fb38c23e5e
First release
Last update
Rating
5.00 star(s) 2 ratings

More resources from AlanGab2009

Share this resource

Latest updates

  1. Version 1.2 update

    Fixed a bug where Detons wouldn't spawn a ring if they exploded by crashing into a player.
  2. Version 1.1 update

    Hello! So, I fixed a bug where Big Floating Mines wouldn't spawn a ring only when a player...

Latest reviews

The best mod for beginner players!
Upvote 0
Does what it says on the tin!
Upvote 0
Back
Top