Initial upload
Initial upload.
This commit is contained in:
19
_module/nss/pgs_rem_mistress.nss
Normal file
19
_module/nss/pgs_rem_mistress.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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"));
|
||||
}
|
||||
Reference in New Issue
Block a user