Battledale_PRC8/_module/nss/jw_siren_port_us.nss

16 lines
322 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oObject=GetLastUsedBy();
location locNew=GetLocation(GetWaypointByTag("jw_siren_tele_wp"));
if (GetIsObjectValid(oObject)&&GetIsPC(oObject))
{
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_IMP_UNSUMMON),oObject);
AssignCommand(oObject,JumpToLocation(locNew));
}
}