Jump to content

Enchantment help


0magma0

Recommended Posts

I've made a ring that requires 2 different effects, depending on the gender of the actor.

but somehow the ring does nothing...

 

what i used in the enchantment

begin ScriptEffectStart
if (GetIsSex male)
	PlayMagicShaderVisuals GhostEffect
	saa 0.1
	SetRestrained 1
else
	PlayMagicShaderVisuals effectCharm
	SetRestrained 1
EndIf
End

begin ScriptEffectFinish
if (GetIsSex male)
	StopMagicShaderVisuals GhostEffect
	saa 1
	SetRestrained 0
else
	StopMagicShaderVisuals effectCharm
	SetRestrained 0
EndIf
End

 

can it be i need to use a ref? and if so which ref must i use to get the wearer?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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