Difference between revisions of "Popups.xls"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '==popups worksheet== {{2da start}} {{2da column|LABEL|string|}} {{2da column|BUTTON1|int|}} {{2da column|BUTTON2|int|}} {{2da column|BUTTON3|int|}} {{2da column|BUTTON4|int|}} {...')
 
Line 1: Line 1:
 +
Referenced by the [[ShowPopup]] scripting function.
 +
 
==popups worksheet==
 
==popups worksheet==
  
 
{{2da start}}
 
{{2da start}}
 
{{2da column|LABEL|string|}}
 
{{2da column|LABEL|string|}}
{{2da column|BUTTON1|int|}}
+
{{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|BUTTON2|int|}}
 
{{2da column|BUTTON2|int|}}
 
{{2da column|BUTTON3|int|}}
 
{{2da column|BUTTON3|int|}}

Revision as of 20:46, 24 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