Difference between revisions of "MessageBoxEx"
Jump to navigation
Jump to search
m
Sorry about that haama. Got confused about rollback between this page and the template it uses. Personally, I would used code at this point, but pre is okay.
imported>Wrye m (Oops. My bad (roll back, move to tips section).) |
imported>Wrye m (Sorry about that haama. Got confused about rollback between this page and the template it uses. Personally, I would used code at this point, but pre is okay.) |
||
Line 42: | Line 42: | ||
** E.g. Ninja Ranks | ** E.g. Ninja Ranks | ||
*** Create "NinjaRanks" faction and set male ranks to: Student, Genin, Chuunin, Jonin, Hokage. | *** Create "NinjaRanks" faction and set male ranks to: Student, Genin, Chuunin, Jonin, Hokage. | ||
*** < | *** <pre>MBoxEx "You're not ready to be a %c level ninja!" NinjaRanks iNextNinjaLevel</pre> | ||
** Note: Be sure that index is within range of defined ranks. I.e. if you have defined two ranks for a boolean value, make sure that the index is really limited to 0 or 1. (Otherwise, CTD!) | ** Note: Be sure that index is within range of defined ranks. I.e. if you have defined two ranks for a boolean value, make sure that the index is really limited to 0 or 1. (Otherwise, CTD!) | ||