Lanfear Posted September 7, 2003 Share Posted September 7, 2003 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 ) returnendif 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.