Special notes.
Moderator: Forum Moderators
Forum rules
- Please use [code] BBCode tags in your posts for embedding WML snippets.
- To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
Special notes.
Hello,
The special note does not show for this unit. May I ask what am I doing wrong?
Thanks in advance,
The special note does not show for this unit. May I ask what am I doing wrong?
Code: Select all
[unit]
type=Skeleton Archer
x,y=30,30
max_moves=0
upkeep=free
facing=sw
[modifications]
[object]
[effect]
apply_to=profile
[special_note]
note=_ "This particular skeleton is bound its post and will not move."
[/special_note]
[/effect]
[/object]
[/modifications]
[/unit]
Re: Special notes.
Where do you expect to see it? Note that the help shows unit types. The help will not show anything about a specific unit.
"If gameplay requires it, they can be made to live on Venus." -- scott
Re: Special notes.
Unit shows this note.
Re: Special notes.
Unit-specific special notes should show up in the tooltip when hovering over the unit_type's name in the sidebar. I haven't checked what the syntax is to add them though.
- lhybrideur
- Posts: 396
- Joined: July 9th, 2019, 1:46 pm
Re: Special notes.
AFAIK "show description" open the help menu which deals with unit_type, so your modification would not show there.
Re: Special notes.
I see. I checked after reading Ravana's&Octalot's posts and realized, it does show in pop-ups on the side. I wasn't quite aware of these popups in the first place, but now it makes sense. Thx.