• 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

Bootstrapping User fields

Kathorus

Well-known member
So, I am messing with the Skeleton files. I made a Class component and some class things. In one specific class thing I wanted to bootstrap an ability that I made and would like the user to be able to input a custom value.

I have the field listed in the Class component and I am getting an error based on the rule that fields of type user cannot be used with unique things, since the assigned value could overwrite an existing user-modified value.

I can't find how to do what I would like, the wiki says you can use user fields, just obviously not how I am using it. Where would I put this field so I don't violate the 'unique thing' rule?
 
Thanks, the files compile now and I am able to add the ability. I was expecting, wrongly, that the ability would get a textbox or something similar to that in which the user could add a value.

Is there something in the Savage Worlds walk-through that would show me how to add this type of functionality?
 
I'd recommend looking through the Savage Worlds files for articles that are about adding tabs, or especially about adjusting/evolving/modifying tabs, because what you want to do is to evolve your tab so that its behavior is particular to the game system you're working on.

Also, the visual.dat file stores templates that are intended to be copied and renamed for use elsewhere.
 
Back
Top