Jump to content

Spell Cost


troy896

Recommended Posts

apply it 2 an item and put:

scriptname Darktest

short GotScales

Begin OnAdd Player

if GotScales == 0
player.addspell "Yourspellname"
set GotScales to 1
endif

End


Begin OnDrop Player

if GotScales == 1
player.removespell "Yourspellname"
set GotScales to 0
endif

End

That noramly works for me

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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