Battledale_PRC8/_module/nss/conv_innkeeper.nss

18 lines
435 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: conv_innkeeper
//:: conv_innkeeper.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
*/
//:://////////////////////////////////////////////
//:: Created By: Lysandius
//:: Created On: 23-07-2002
//:://////////////////////////////////////////////
void main()
{
SignalEvent(OBJECT_SELF, EventUserDefined(1004)); // ON DIALOGUE
}