• 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

Bootstrap a Hindrance (Minor or Major)

Gumbytie

Well-known member
For the love of Pete, I have been away for too long. And a new computer to boot with most of my old work gone, sigh.

I just cannot seem to find the answer looking through the forums here.

I have a Racial Property bootstrapping in a Hindrance (in this case Pacifist), what code do I need to ensure that the race bootstraps it at the Major level?

I think it is a Field but I just do not bloody remember. Sigh.
 
Hmm. Okay so have this set up on the Bootstrap:

Code:
    <bootstrap thing="hinOutsider">
      <assignval field="hinMajor" value="1"/>
      </bootstrap>

Which then gives me the following error:

Thing 'rpTYROutsider' - Bootstrap value assignment is not allowed for 'user' types on 'unique' things for field 'hinMajor'
 
Hmm. Okay so have this set up on the Bootstrap:

Code:
    <bootstrap thing="hinOutsider">
      <assignval field="hinMajor" value="1"/>
      </bootstrap>

Which then gives me the following error:

Ah, ok. With that being an issue I did some digging. Add the User.HindMajor tag instead.

Let me know if that doesn't work and I'll do some more digging for how I've done it in the past...
 
Back
Top