Jump to content

Magic effect script not firing (SSE)


Recommended Posts

Posted

Trying to build a spell which applies a scripted magic effect, and it's not working. Visual effects play, which would indicate the magic effect is applied, but the script does not fire.

 

image.thumb.png.feda08b9cb3b30c1fa03d0f8bceb31c1.pngimage.png.8b5a8678b400eaf50f577908707e8d34.png

 

 

Script:

 

Scriptname SAC_simple_hang extends MagicEffect  

ObjectReference Rope

Event OnEffectStart(Actor akTarget, Actor akCaster)

	Target = akTarget as actor

debug.messagebox("hang effect applied")
debug.messagebox(Target)

; ^^ not happening

; other stuff

endevent

 

Not sure what am I missing, should be straightforward

 

 

Archived

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

  • Recently Browsing   0 members

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