• 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

Weapon Name

Frodie

Well-known member
I made up a ability called Lucky weapon. Basically you choose a weapon and that weapon is lucky. I got the script working fine, but I can't seem to add to the weapons name. I just want to add "Lucky" to the weapon name.

I have tried a number of things and ATM I am here

perform field[usrChosen1].chosen.field[sbName].amendthing[name," Lucky"]

but a no go. Any ideas?
Thanks yall.
 
Never mind I got it

Render 9999999999

~ Set the live name
field[usrChosen1].chosen.field[livename].text = " Lucky " & field[usrChosen1].chosen.field[name].text
 
Back
Top