This mod is a character select nuzlocke mod. when you die the character you are using is eliminated. So if you die as mario then no one can use mario.
It also features an api _G.charselectnuzlockeapi -which has options like addteamcheck which adds a team check for gamemodes.
get_deadcharactertable for getting eliminated characters. reset_nuzlocketable for resetting the nuzlocke table for everyone
It also features an api _G.charselectnuzlockeapi -which has options like addteamcheck which adds a team check for gamemodes.
get_deadcharactertable for getting eliminated characters. reset_nuzlocketable for resetting the nuzlocke table for everyone
--function for other mods to add a team check for gamemodes
addteamcheck ,
--function that lets other mods get a table of only the current dead characters
get_deadcharactertable,
---this function lets other mods see if a player has no characters
get_hascharacterstatus,
--function that lets other mods get a table of only the current living characters
get_livingcharactertable,
--- function to allow other mods to get the current resetnuzlocksavefunction function
get_resetnuzlocksavefunction,
--resets the nuzlocke table for everyone
reset_nuzlocketable,
--function to for other mods to set if this mod will reset the save with nuzlocke table reset
reset_save_on_reset,
--- function to allow other mods to run code when the local player's nuzlocke table is reset
on_nuzlockereset,
--- function to allow other mods to run code whenever the local player's nuzlocke table changes
on_nuzlocketableupdate,
--function used by the host to revive a character for a player
server_revive_character_for_player,
--this function resets the nuzlocke table of a single player
reset_nuzlocketableofspecificplayer,
---this function allows other mods to set the current nuzlocke character
set_nuzlockecharacter,
--- function to allow other mods to replace the function character select nuzlocke uses to reset the current save.
set_resetnuzlocksavefunction,
--- function to allow other mods to run code when the local player runs out of characters
on_nocharactersleftfunction,
--this function returns the current version of the mod
get_version,
addteamcheck ,
--function that lets other mods get a table of only the current dead characters
get_deadcharactertable,
---this function lets other mods see if a player has no characters
get_hascharacterstatus,
--function that lets other mods get a table of only the current living characters
get_livingcharactertable,
--- function to allow other mods to get the current resetnuzlocksavefunction function
get_resetnuzlocksavefunction,
--resets the nuzlocke table for everyone
reset_nuzlocketable,
--function to for other mods to set if this mod will reset the save with nuzlocke table reset
reset_save_on_reset,
--- function to allow other mods to run code when the local player's nuzlocke table is reset
on_nuzlockereset,
--- function to allow other mods to run code whenever the local player's nuzlocke table changes
on_nuzlocketableupdate,
--function used by the host to revive a character for a player
server_revive_character_for_player,
--this function resets the nuzlocke table of a single player
reset_nuzlocketableofspecificplayer,
---this function allows other mods to set the current nuzlocke character
set_nuzlockecharacter,
--- function to allow other mods to replace the function character select nuzlocke uses to reset the current save.
set_resetnuzlocksavefunction,
--- function to allow other mods to run code when the local player runs out of characters
on_nocharactersleftfunction,
--this function returns the current version of the mod
get_version,