mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
284 B
284 B
Function: HasFreeSlot(player)
Description:
Return's true if the player has a free slot in their inventory.
Parameters:
player(Spawn) - Spawn object representingplayer.
Returns: True if the player has an open inventory slot.
Example:
Example Required