URL:
  <http://gna.org/bugs/?16378>

                 Summary: The first [message] [option] automatically picked
in start events
                 Project: Battle for Wesnoth
            Submitted by: zookeeper
            Submitted on: Saturday 08/07/10 at 10:30
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: User Interface
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release:  trunk r45252
        Operating System: win xp

    _______________________________________________________

Details:

When message options are used in a start event, the first one gets
automatically picked by the game.

Simple test case:

    [event]
        name=start

        [message]
            speaker=narrator
            message= _ "pick one"

            [option]
                message= _ "option 1"

                [command]
                    {DEBUG_MSG "option 1 picked"}
                [/command]
            [/option]

            [option]
                message= _ "option 2"

                [command]
                    {DEBUG_MSG "option 2 picked"}
                [/command]
            [/option]

            [option]
                message= _ "option 3"

                [command]
                    {DEBUG_MSG "option 3 picked"}
                [/command]
            [/option]
        [/message]
    [/event]


As in bug #16377, this wasn't happening in 1.8 and has been happening in
trunk for a while already.




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to