• 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

Custom Ring "Evaluation Coding"

I want to create a custom ring, but are unsure of the code...

The ring, when equiped, will give the wearer two bonus "Other Languages".
I know what part of the Evaluation Code (at least I think I do) should be; I just don't know what the middle part should be. Here's what I know so far...

if (field[gIsEquip].value <> 0) then
???????????????????????????????????????????????
endif

Please help. Thanks, Wolf Larsen
 
Custom Ring "Evaluation Coding"

Wolf_Larsen wrote:
>
>
> I want to create a custom ring, but are unsure of the code...
>
> The ring, when equiped, will give the wearer two bonus "Other Languages".
> I know what part of the Evaluation Code (at least I think I do) should
> be; I just don't know what the middle part should be. Here's what I know
> so far...
>
> if (field[gIsEquip].value <> 0) then

hero.child[Totals].field[tLangsSpk].value += 2

> endif


That will give you two temporary languages, although you'll have to
delete them after you de-equip it.
 
Back
Top