Mod:Knightcore/Knightcore
From PMDOWiki
This article is a stub. You can help PMDO Wiki by expanding it.
The following functions are found in the Knightcore.lua file in Knightcore. These functions can be called from other lua script files by including the line require 'knightcore.Knightcore'.
SetCheckpoint
Sets the checkpoint in the save file to the given parameters.
IsBagFull
Returns true if the bag is full, false if it is not.
ObtainItem
Gives the player an item. If they bag is full, it will be put into storage.
Note: Not fully implemented/tested yet, please do not use yet.
