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

                 Summary:
[event]...[unit]id=test[event]...[store_unit][filter]id=test... doesn't work
                 Project: Battle for Wesnoth
            Submitted by: anonymissimus
            Submitted on: Sunday 12/27/2009 at 02:29
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.7.10
        Operating System: Linux

    _______________________________________________________

Details:

The following code outputs "nothing" for the unit's id (but the message
window itsself displays):


        [event]
                name=turn 2
                [unit]
                        type=Troll
                        side=1
                        x,y=5,5
                        id=Testtroll
                        
                        [event]
                                name=turn 3
                                [store_unit]
                                        variable=uTesttroll
                                        [filter]
                                                id=Testtroll
                                        [/filter]
                                [/store_unit]
                                {DEBUG_MSG $uTesttroll.id}# (nothing - but the 
message window is there)
                        [/event]
                [/unit]
        [/event]
        [event]
                name=turn 4
                [store_unit]
                        variable=uTesttroll
                        [filter]
                                id=Testtroll
                        [/filter]
                [/store_unit]
                {DEBUG_MSG $uTesttroll.id}# Testtroll
        [/event]





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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