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

                 Summary: [show_if] no longer works
                 Project: Battle for Wesnoth
            Submitted by: pentarctag0n
            Submitted on: Tue 22 Sep 2015 07:44:03 AM UTC
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group:  None of the others
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.13.1+dev
        Operating System: Linux Mint/Win7

    _______________________________________________________

Details:

With the following code, both options appear.


[event]
  name=start
  
  {VARIABLE test 1}
  
  [message]
    speaker=narrator
    message=""
    
    [option]
      message="one"
      [show_if]
        [variable]
          name=test
          equals=1
        [/variable]
      [/show_if]
    [/option]
    
    [option]
      message="not one"
      [show_if]
        [variable]
          name=test
          not_equals=1
        [/variable]
      [/show_if]
    [/option]
    
  [/message]
[/event]





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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