Amese (call target)

From Final Fantasy XII Wiki
Revision as of 11:16, 23 July 2019 by Admin (talk | contribs) (Created page with "{{Call|id=0x0145|return=|name=amese|args=int windowId, int dialogId|act=true}}Displays standard dialog window with text. <code>dialogId</code> - ID of the dialog to display;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

void amese(int windowId, int dialogId); // id: 0x0145
//or in a context of another script
void scriptName.amese(int windowId, int dialogId); // id: 0x0145

Displays standard dialog window with text.

dialogId - ID of the dialog to display; consists of dialog number in EBP's second section ORed by 0x1000000.