Jump to content

Racial traits?


Kodiak

Recommended Posts

Posted

Self teaching myself custom races with a good bit of success now. Was wondering if there was a way to create a custom race with its own trait or perk? I'm having trouble connecting those two dots in the GECK and starting to wonder if it was possible.

Posted

You could just run a script once after player chooses a race. I believe only player can have perks.

 

if PlayerREF.GetIsRace Kodiak
    PlayerREF.AddPerk KodiakPerk
endif
Posted

Ahh I should have been more specific.

 

Yes the perk/trait will only apply to the player. The idea is, roughly, a race built around a physical sexual attribute and am automatic racial trait to create an in game bonus & consequence of that attribute. I have a firm handle on making custom perks, traits and abilities that are not script dependent. Once you start talking scripts.. my eyes glaze, I break out into hives and dry heave. I took a year of Java during my undergrad work and it taught me well enough to stay away from it LOL.

 

Still though... I understand your snip. I'll try to play with it again a little. Any other feedback is always appreciated.

Posted

If the player can choose the perk when level up, you use GetIsRace as Perk condition.

But if, how I think, your race must already have that perk when you choose to play with it, Odessa's solution is the only one for what I'm aware. I too initialize my race's special features via script, race options are very limited unfortunately

Posted

Ah that is unfortunate, but thank you for the great info guys. Maybe this will help ease me into basic scripting 101. Been avoiding it for the previously mentioned reasons above.  Thanks again to both of you :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...