Difference between revisions of "OBSE Wish List"
Jump to navigation
Jump to search
→Modifications/Extensions of OBSE Functions
imported>Diarrhoe (Addition) |
imported>Diarrhoe |
||
Line 39: | Line 39: | ||
*'''SetRaceNthSpell''' - Sets the race's Nth spell. Useful for adding spells to races without conflicting with other mods, when used in combination with GetRaceSpellCount. | *'''SetRaceNthSpell''' - Sets the race's Nth spell. Useful for adding spells to races without conflicting with other mods, when used in combination with GetRaceSpellCount. | ||
*'''MessageBoxEx Silent Menu''' - Add a way to set the box to silent, so no sound plays when the menu pops up and no sound plays when you click a button. Useful for mods where you want to play your own custom sound for just one menu, or want to play a sound while the menu is there, without being cut off by the sound the MessageBox makes. | *'''MessageBoxEx Silent Menu''' - Add a way to set the box to silent, so no sound plays when the menu pops up and no sound plays when you click a button. Useful for mods where you want to play your own custom sound for just one menu, or want to play a sound while the menu is there, without being cut off by the sound the MessageBox makes. | ||
*'''Ar_Sum''' - Sums the numeric values ranging from ''start'' to ''end''. Syntax would be | |||
ar_Sum src:array start, end | |||
==Language Enhancements== | ==Language Enhancements== |