Difference between revisions of "StrMessageBox"
Jump to navigation
Jump to search
imported>Tibixe (new function) |
imported>Tibixe (an option is always required) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
'''Syntax:''' | '''Syntax:''' | ||
StrMessageBox ''text:stringID'' | StrMessageBox ''text:stringID'' ''option_one:stringID'' [''option_two:stringID'' ... ''option_ten:stringID'' ] | ||
Behaves identically to [[MessageBox]] with the exception that '''all''' its parameters are ''stringID''s. | Behaves identically to [[MessageBox]] with the exception that '''all''' its parameters are ''stringID''s. | ||
'''Note''': Unlike [[MessageBox]] ''option_one'' is '''required''' for correct behavior . A future update might change that. | |||
[[Category: Functions (OBSE)]] | |||
[[Category: TSFC]] |
Latest revision as of 14:02, 22 December 2007
Syntax:
StrMessageBox text:stringID option_one:stringID [option_two:stringID ... option_ten:stringID ]
Behaves identically to MessageBox with the exception that all its parameters are stringIDs.
Note: Unlike MessageBox option_one is required for correct behavior . A future update might change that.