Battledale_PRC8/_module/nss/fr_frost_tele_10.nss

13 lines
231 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC=GetLastUsedBy();
{
ApplyEffectToObject(DURATION_TYPE_INSTANT,EffectVisualEffect(VFX_IMP_UNSUMMON),oPC);
DelayCommand(0.7,AssignCommand(oPC,JumpToObject(GetWaypointByTag("fr_book_enter03"),FALSE)));
}
}