• 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

spell-like abilities name

Frodie

Well-known member
I am trying to change the name on a spell-like abilities to the usrChosen1. The script works and name does change when I look in the fields, but not in the UI.

This is all I tired

Code:
 Render 10000


field[actName].text = field[usrChosen1].chosen.field[name].text
field[shortname].text = field[usrChosen1].chosen.field[name].text
field[trkBaseNm].text = field[usrChosen1].chosen.field[name].text
field[sbName].text = field[usrChosen1].chosen.field[name].text
field[spcName].text = field[usrChosen1].chosen.field[name].text
field[actIncrNam].text = field[usrChosen1].chosen.field[name].text


Any ideas?
 
Sorry, I got pulled away. Anyways, I found a work around with the livename and an "if" statement. Not really what I was going for, but it works.
 
Back
Top