LoT_PRC8/_module/nss/pgs_rem_mistress.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

20 lines
678 B
Plaintext

//::///////////////////////////////////////////////
//:: Name: pgs_rem_mistress
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
This script will remove the guild mistress.
*/
//:://////////////////////////////////////////////
//:: Created By: Samius Maximus
//:: Created On:
//:://////////////////////////////////////////////
void main()
{
//------------------------------------------------
//Have Guild Mistress appear to fly away.
//------------------------------------------------
ApplyEffectToObject (DURATION_TYPE_INSTANT, EffectDisappear(),
GetLocalObject (GetPCSpeaker(), "Temp_Guild_Mistress"));
}