Skip to content

Releases: SkyrimScripting/MessageBox

v1 - Papyrus MessageBox

26 Jan 21:58

Choose a tag to compare

string buttonName = SkyMessage.Show("message text", "Ok", "Cancel")
int buttonIndex = SkyMessage.Show("message text", buttonNamesArray, getIndex = true)