PRC8/nwn/nwnprc/trunk/scripts/nw_c2_defaultd.nss

21 lines
584 B
Plaintext

//::///////////////////////////////////////////////
//:: Default: On User Defined
//:: NW_C2_DEFAULTD
//:: Copyright (c) 2002 Bioware Corp.
//:://////////////////////////////////////////////
/*
Determines the course of action to be taken
on a user defined event.
*/
//:://////////////////////////////////////////////
//:: Created By: Don Moar
//:: Created On: April 28, 2002
//:://////////////////////////////////////////////
void main()
{
// enter desired behaviour here
ExecuteScript("prc_onuserdef", OBJECT_SELF);
ExecuteScript("prc_pwonuserdef", OBJECT_SELF);
}