Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 662 Bytes

Papyrus MessageBox

Download Papyrus MessageBox - Install in your Mod Manager

Papyrus MessageBox

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