Jump to content

Need Help with a script


Lanfear

Recommended Posts

ok, i'm trying to make a mod where if your a vampire you look like a normal person. But when you cast a spell called with the ID VampTrigger your vampire face comes on and you get stronger. I have everything working except for the part that detects if you have cast the spell.

 

 

 

begin VampActivate

 

if ( PCVampire !=0 )

return

endif

 

 

if ( player->GetSpell "VampTrigger" == 1 )

Player->AddSpell, "VampStrength"

Player->AddSpell, "VampFace"

set PCVampire to 1

MessageBox "You feel your blood start to boil in your veins and you let the rage of the beast take controll", "Continue"

 

 

 

 

endif

 

end VampActivate

 

 

what's wrong with it?

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...