• 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

Using "Age" in an Eval Script

Mordenkai

New member
I'm working on a variation of the Vampire template where Vampires gain additional powers as they age, but I haven't found anything related to using a character's age in an Eval Script. Does anyone know where age is stored? I'd like to implement this through a simple equation something like this:

field[cfgMax1].value += maximum(round(<get age>/200,0,-1),1) + 1
 
If you have not already I would advise watching the Intro Videos to the editor as it shows how to find Values/Tags on the different Things in the editor.

The short info is go to "Develop->Enable Data File Debugging". Then go to "Develop->Floating Info Windows->Show Selection Fields". Then look for something that matches to the "Background" wording.
 
Back
Top