mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
546 B
546 B
Function: RemoveSpellBookEntry(player, spellid)
Description: Removes the spellid from the Player's spell book.
Parameters:
player(Spawn) - Spawn object representingplayer.spellid(uint32) - Integer valuespellid.
Returns: None.
Example:
-- From ItemScripts/BrawlerCertificationPapers.lua
function Class(Item, Player)
conversation = CreateConversation()
if CanReceiveQuest(Player,Quest) then
AddConversationOption(conversation, "[Turn in these papers for gear]","QuestStart")
end