NWNDS/nwnds_module/x2_def_percept.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

27 lines
641 B
Plaintext

//::///////////////////////////////////////////////
//:: Name x2_def_percept
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default On Perception script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
// Necromancy 101 /////////
#include "_inc_battlecry_"
////////////////////////////
void main()
{
ExecuteScript("prc_npc_percep", OBJECT_SELF);
ExecuteScript("nw_c2_default2", OBJECT_SELF);
// Necromancy 101 ///
DoBattleCry();
/////////////////////
}