This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

StrMessageBox

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

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.