Macro-reference

Discussion of all aspects of the website, wiki, and forums, including assistance requests and new ideas for them.

Moderator: Forum Moderators

Post Reply
User avatar
Ravana
Forum Moderator
Posts: 3011
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Macro-reference

Post by Ravana »

http://www.wesnoth.org/macro-reference.html
SET_LABEL X Y STRING
Puts STRING on the map at X,Y. Strictly a syntactic shortcut.
For example:

Code: Select all

{SET_LABEL 4 7 _ "There be dragons here!"}
Is not working, it should be

Code: Select all

{SET_LABEL 4 7 (_ "There be dragons here!")}
Else it is 4 arguments, not 3.
User avatar
Espreon
Inactive Developer
Posts: 630
Joined: June 9th, 2007, 4:08 am

Re: Macro-reference

Post by Espreon »

It’s fixed in SVN now.

Thanks for reporting.
Post Reply