mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 18:27:15 -05:00
Further file organization
Further file organization
This commit is contained in:
9
nwn/nwnprc/trunk/psionics/prc_comp_exit.nss
Normal file
9
nwn/nwnprc/trunk/psionics/prc_comp_exit.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "prc_alterations"
|
||||
void main()
|
||||
{
|
||||
effect eVis = EffectVisualEffect(VFX_FNF_SUMMON_GATE);
|
||||
object oTarget = GetObjectByTag("PRC_Compassion");
|
||||
object oWP = GetWaypointByTag("prc_compassion");
|
||||
ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eVis, GetLocation(oWP));
|
||||
DestroyObject(oTarget);
|
||||
}
|
||||
Reference in New Issue
Block a user