SAC Posted December 23, 2020 Posted December 23, 2020 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. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.