-
Notifications
You must be signed in to change notification settings - Fork 31
Name Change
Daplunk edited this page Apr 27, 2017
·
1 revision
You need to do 3 things:
- Transition to the Tremorsense pick
- Transition to the sbName field
- Append some text to the field
So:
hero.child[xTremorsen].field[sbName].text &= " (your additional text)"
That starts at the hero, transitions to the Tremorsense pick, moves on from there to the field on that pick, and then adds the text to what's already there.