• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Favorite Terrain Shortname

Frodie

Well-known member
I am adding a favorite terrain to an Alt Race Trait. NP, but the choice field is too small to view pass the "favorite terrain - xyz". Is there some way to use the shortname in the array box?
 
I changed the live name to "-" to get enough room to see what to choose and in the abSumm I put the name of ability. Kind of backwards, but it works.

But is there anyway to change the name back in the Specials tab without changing the ability name?
 
I am trying

Final 10000

field[trkBaseNm].text = "Bound to the Land"
field[spcName].text = "Bound to the Land"
field[shortname].text = "Bound to the Land"


~ amend name for output
perform state.thing[rcRVBndLnd].amendthing[name, "Bound to the Land"]

But a no go, maybe a timing issue.
 
Afraid there just isn't enough room in some places for a selector to show the whole name of something. It's a known issue. :/
 
Back
Top