Further file organization
Further file organization
This commit is contained in:
19
nwn/nwnprc/trunk/scripts/nw_c2_defaultd.nss
Normal file
19
nwn/nwnprc/trunk/scripts/nw_c2_defaultd.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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);
|
||||
}
|
Reference in New Issue
Block a user