Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Savage Worlds (http://forums.wolflair.com/forumdisplay.php?f=59)
-   -   Bootstrap a Hindrance (Minor or Major) (http://forums.wolflair.com/showthread.php?t=63667)

Gumbytie January 11th, 2020 01:00 PM

Bootstrap a Hindrance (Minor or Major)
 
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.

TCArknight January 12th, 2020 07:05 AM

Should be able to assign [hinMajor] = 1 on the bootstrap itself....

Gumbytie January 25th, 2020 04:18 AM

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:

Quote:

Thing 'rpTYROutsider' - Bootstrap value assignment is not allowed for 'user' types on 'unique' things for field 'hinMajor'

TCArknight January 25th, 2020 08:20 AM

Quote:

Originally Posted by Gumbytie (Post 285260)
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...

CapedCrusader January 26th, 2020 09:24 PM

Knight is correct.

Code:

    <bootstrap thing="hinOutsider">
      <autotag group="User" tag="HindMajor"/>
      </bootstrap>



All times are GMT -8. The time now is 12:56 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.