Difference between revisions of "Popups.xls"
From Dragon Age Toolset Wiki
BryanDerksen (Talk | contribs) |
BryanDerksen (Talk | contribs) |
||
| Line 3: | Line 3: | ||
==popups worksheet== | ==popups worksheet== | ||
| − | {{2da start}} | + | {{2da start|popups}} |
{{2da column|LABEL|string|}} | {{2da column|LABEL|string|}} | ||
{{2da column|BUTTON1|int|[[String ID]] of the text for this button. 0 causes the button to not be placed in the popup.}} | {{2da column|BUTTON1|int|[[String ID]] of the text for this button. 0 causes the button to not be placed in the popup.}} | ||
Revision as of 00:02, 28 July 2009
Referenced by the ShowPopup scripting function.
popups worksheet
| Column | Type | Description |
|---|---|---|
| ID | int | A number that uniquely identifies the entry (unless creating an M2DA override). ID numbers are listed from smallest to highest within a given file but do not need to be consecutive. |
| LABEL | string | |
| BUTTON1 | int | String ID of the text for this button. 0 causes the button to not be placed in the popup. |
| BUTTON2 | int | |
| BUTTON3 | int | |
| BUTTON4 | int |