marioman2007 wrote:3. Sorry, I have no idea on that, but you should first try to experiment around with the example powerup
I have played that demo level from anotherpowerup.lua and it works perfectly.
But when I play my custom level (Its folder have the "anotherpowerup" files and the "cape feather" files) always appears a message of "Item 851 could not be registered"
I wrote this in the luna.lua file
Code: Select all
local ap = require("anotherpowerup")
ap.registerItemTier(851, true)
ap.registerPowerup("ap_cape")