readonly int Dialog.ID;
Gets the dialog ID number from the editor.
This might be useful if you need to interoperate with legacy scripts
that work with dialog ID numbers.
Example:
Display("dFisherman is Dialog %d!", dFisherman.ID);
will display the ID number of the dFisherman dialog
Compatibility: Supported by AGS 3.1.0 and later versions.
|