Forum rules
Before you make a topic/post, consider the following:
-Is there a topic for this already?
-Is your post on topic/appropriate?
-Are you posting in the right forum/following the forum rules?
Here's a small API that's uses mushrooms as speed powerups.
How to use:
1. First put everything in this folder into your level's folder.
2. Make a lunadll.lua file.
3. Then type:
local speed_shroom = API.load("speed_shroom")
Addition things:
- The speed shroom replaces NPC-184, which is the SMB1 mushroom. If you want it to replace another NPC, just change the value speed_shroom.id.
For example, if you want it to replace the SMB3 mushroom (NPC-9), you would type speed_shroom.id = 9
- You can edit how long the speed boost will last by changing the value of speed_shroom.max.
So if you want it to last for 10 seconds you would type speed_shroom.max = 650
Oh yeah, i want to see a powerup where you can shoot a fireball and an iceball at the same time.
Also, nice work; i'm gonna try and use custom power ups in my episode.
timocomsmbx2345 wrote:Oh yeah, i want to see a powerup where you can shoot a fireball and an iceball at the same time.
Also, nice work; i'm gonna try and use custom power ups in my episode.
I noticed that you mention shooting a fireball and iceball at the same time. How would that work exactly?
timocomsmbx2345 wrote:Oh yeah, i want to see a powerup where you can shoot a fireball and an iceball at the same time.
Also, nice work; i'm gonna try and use custom power ups in my episode.