Jump to content

Needs help With A Spell


ninjamedic

Recommended Posts

You could have a quest script do it. For example, you have a quest named "AddItemToPlayer" with the quest script:

 

scriptname AddItemToPlayerScript

Begin GameMode

Player.AddSpell *spellname*
StopQuest AddItemToPlayer

End

Link to comment
Share on other sites

You could have a quest script do it. For example, you have a quest named "AddItemToPlayer" with the quest script:

 

scriptname AddItemToPlayerScript

Begin GameMode

Player.AddSpell *spellname*
StopQuest AddItemToPlayer

End

Thanks :3.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...