RATDOG/_module/nss/x2_def_ondisturb.nss
Jaysyn904 7f697d7467 Fixed randomized commoner dialog & rumors
Fixed randomized commoner dialog & rumors
2023-09-05 21:39:54 -04:00

23 lines
578 B
Plaintext

//::///////////////////////////////////////////////
//:: Name x2_def_ondisturb
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default OnDisturbed script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
//:: Execute the default NPC OnDisturbed script
ExecuteScript("nw_c2_default8", OBJECT_SELF);
//:: Execute the PRC NPC OnDisturbed script
ExecuteScript("prc_npc_disturb", OBJECT_SELF);
}