Difference between revisions of "Text Input With OBSE"

No change in size ,  01:43, 3 February 2008
→‎The Code: moved comment to clarify what was optional in the last block and what was important.
imported>DragoonWraith
(updated - fixed some bugs, made some simplifications, added a new feature - see Talk page for details)
imported>DragoonWraith
(→‎The Code: moved comment to clarify what was optional in the last block and what was important.)
Line 363: Line 363:
       ModName "`~~`|" StringVar
       ModName "`~~`|" StringVar
       ModName "~|" StringVar
       ModName "~|" StringVar
      ; include any code to use the string here
       set state to 0
       set state to 0
       set button to 0
       set button to 0
      ; include any code to use the string here
       MessageBoxEx "Congratulations, you named it %n" StringVar
       MessageBoxEx "Congratulations, you named it %n" StringVar
     endif
     endif