EventConversation
From NWNWiki
EventConversation() is a NWScript function that creates an OnConversation event to be sent to a creature, indicating that a conversation has been initiated. This function only creates the event; to actually trigger the event, this function's return value must be passed to SignalEvent().
[edit] Definition
event EventConversation()
