Try to make attack spell cost player stamina not mana. I made spell MuffleStamina for damage stamina I Made scrip --------------------------------------------------------------------------------- Scriptname _applyStaminaDamage extends activemagiceffect Actor Property Player Auto SPELL Property MuffleStamina Auto Event OnEffectStart (Actor akTarget, Actor akCaster) Player = Game.GetPlayer() MuffleStamina.Cast(Player) EndEvent ------------------------------------------------------------------------------------- and add it to my attack magic effect and no effect in game.... I made some thing wrong ??... Please help...!!!