LoD_PRC8/_module/nss/hal_torttri.nss

13 lines
466 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
void main()
{
object oTortured = GetNearestObjectByTag("hal_catoma");
ExecuteScript("hal_tortde", oTortured);
effect eVis = EffectVisualEffect(VFX_DUR_GLOW_GREEN);
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eVis, GetNearestObjectByTag("hal_stimwl1"));
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eVis, GetNearestObjectByTag("hal_stimwl2"));
ApplyEffectToObject(DURATION_TYPE_PERMANENT, eVis, GetNearestObjectByTag("hal_stimwl3"));
DestroyObject(OBJECT_SELF);
}