436 B
436 B
Function: HasSpell(player, spellid, tier)
Description: Return's true if the player has the spellid specified of the tier.
Parameters:
player
(Spawn) - Spawn object representingplayer
.spellid
(uint32) - Integer valuespellid
.tier
(uint16) - Integer valuetier
.
Returns: Return's true if the player has the spell id with the tier (or higher tier). Otherwise false.
Example:
Example Required