mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 23:44:19 +00:00
25 lines
640 B
INI
25 lines
640 B
INI
# These are clutter, scheduled to be removed.
|
|
|
|
# ! in comments is used for generating HTML documentation, ignore it otherwise.
|
|
|
|
#define DEPRECATE_132 NAME
|
|
# Tag macros for removal, the number in the name is the
|
|
# release where the message is shown the first time.
|
|
# The removal will be 2 versions later.
|
|
[deprecated_message]
|
|
message="Macro '" + {NAME} + "' is scheduled for removal in Wesnoth 1.3.4."
|
|
[/deprecated_message]
|
|
#enddef
|
|
|
|
|
|
#define ADD_GOLD SIDE AMOUNT
|
|
# Gives a side an amount of gold
|
|
# For example, to make player 1 rich:
|
|
#! {ADD_GOLD 1 999}
|
|
{DEPRECATE_132 ADD_GOLD}
|
|
[gold]
|
|
side={SIDE}
|
|
amount={AMOUNT}
|
|
[/gold]
|
|
#enddef
|