[NPC Pack] Balloon Gliders
Posted: Wed Mar 22, 2023 4:10 am
A cool NPC I found on smwcentral: https://www.smwcentral.net/?p=section&a ... s&id=15166
I've also a added a spike registration system as a bonus.
GIF:
Credits:
Mandew
Me
Download:
viewtopic.php?t=29419
Usage:
These can be used as any other custom NPC, but you can put this code in your luna.lua file only if you want to register spikes.
Enjoy and give credits if used!
I've also a added a spike registration system as a bonus.
GIF:
Spoiler: show
Credits:
Mandew
Me
Download:
viewtopic.php?t=29419
Usage:
These can be used as any other custom NPC, but you can put this code in your luna.lua file only if you want to register spikes.
Code: Select all
local glider = require("AI/balloonGliders")
glider.registerDefaultSpikes()
Enjoy and give credits if used!