Thrown net VFX?
NeverwinterWights
Member Posts: 339
I swear there is a visual effect or spell where you throw a net at someone. but for some reason it escapes me. I was looking at the entangle VFX but that one is vines/vegetation. I really just want to place the visual effect at a location for a specific amount of time if it's possible with this one. I just need to find out where it's at first.
0
Comments
from: nw_s1_bltweb
effect eStick = EffectEntangle();
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, eStick , oTarget, duration);
object oNet = CreateObject(OBJECT_TYPE_PLACEABLE, "nw_plc_net", GetLocation(oTarget));
DestoryObject(oNet, duration);