Update of bug #23075 (project wesnoth):

                Category:                     Bug => Feature Request        

    _______________________________________________________

Follow-up Comment #1:

[unstore_unit] supports no such attribute, and it will in fact ignore it
silently. I surmise you mean you set it as part of a stored unit's WML:


[store_unit]
    [filter]
        id=Foo
    [/filter]
    variable=foo_store
[/store_unit]

{VARIABLE foo_store.animate yes}

[unstore_unit]
    variable=foo_store
    find_vacant=no
[/unstore_unit]


This will correctly result in the warning you mention on 1.12.x and master,
which is the intended behavior since units do not really have an animate
attribute; it's an option specific to the [unit] action in events.

Since it would make sense for [unstore_unit] itself to have this option
implemented as well, I'm changing this to a feature request.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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