Mod:Knightcore/MonsKC
The following functions are found in the MonsKC.lua file in Knightcore. These functions can be called from other lua script files by including the line require 'knightcore.MonsKC', and then called with the prefix MonsKC.
MakeID
Generates a monster ID from the specified parameters.
MakeAndAddToParty
Create a mon and add them to the party in the last open slot.
MakeAndAddToPartyID
Create a mon and add them to the party in the last open slot from a MonsterID.
SetUpPlayer
Create a mon and add them to the party in the last open slot, with appropriate flags for a permanent leader character.
= SetUpPlayerID
Create a mon and add them to the party in the last open slot from a MonsterID, with appropriate flags for a permanent leader character.
SetUpPartner
Create a mon and add them to the party in the last open slot, with appropriate flags for a permanent partner character.
SetUpPartnerID
Create a mon and add them to the party in the last open slot from a MonsterID, with appropriate flags for a permanent partner character.
