Follow-up Comment #6, bug #12098 (project wesnoth):

I was looking into doing it myself, and it doesn't seem to work correctly:

http://cubeupload.com/im/Pcxsvs.png


[event]
  name="start"
  
  [lua]
    code=<<
      
      wesnoth.show_message_dialog
      (
        {
          title = "Make your choice:",
          message = "Select an option and enter some text.",
          portrait = "portraits/elves/shyde.png",
          mirror = false,
          second_portrait = "portraits/elves/shyde.png",
          second_mirror = true,
        },
        {
         "The first choice is always the best!",
         "Pick me! Second choices are better!",
         "You know you want the third option!",
        }
      )
      
    >>
  [/lua]
  
[/event]


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12098>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to