Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/element_port2.nss
Normal file
14
_module/nss/element_port2.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
object oTarget = OBJECT_SELF;
|
||||
|
||||
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_TIME_STOP), GetLocation(oTarget));
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
DestroyObject(oTarget, 3.0);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user