18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: conv_bartender
|
||
|
//:: conv_bartender.nss
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Lysandius
|
||
|
//:: Created On: 15-07-2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SignalEvent(OBJECT_SELF, EventUserDefined(1004)); // ON DIALOGUE
|
||
|
}
|