18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: at_order_placed
|
||
|
//:: at_order_placed.nss
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Lysandius
|
||
|
//:: Created On: 16-07-2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SignalEvent(OBJECT_SELF, EventUserDefined(20)); // ON ORDER PLACED
|
||
|
}
|