Battledale_PRC8/_module/nss/disturbed_crate.nss

18 lines
438 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: disturbed_crate
//:: disturbed_crate.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Lysandius
//:: Created On: 18-07-2002
//:://////////////////////////////////////////////
void main()
{
SignalEvent(OBJECT_SELF, EventUserDefined(1008)); // ON DISTURBED
}