Project

General

Profile

EQ2_ReplyDialogAppeared (Event)

Description

The EQ2_ReplyDialogAppeared event will fire whenever a reply dialog appears, and will call any attached atoms.

Arguments

  1. int ID

Usage

 Event[EQ2_ReplyDialogAppeared]:AttachAtom[MyAtom]

...

 atom MyAtom(int ID)
 {
    ;do stuff
 }