GendunDrup Posted July 20, 2014 Share Posted July 20, 2014 How do I make a feature that only applies when the character has the wild wasteland perk in the GECK? Link to comment Share on other sites More sharing options...
luthienanarion Posted July 20, 2014 Share Posted July 20, 2014 The same way Obsidian did: HasPerk. Link to comment Share on other sites More sharing options...
GendunDrup Posted July 22, 2014 Author Share Posted July 22, 2014 I meant instructions how. Link to comment Share on other sites More sharing options...
JJ2198 Posted July 22, 2014 Share Posted July 22, 2014 You would have an if condition like this: if Player.HasPerk WildWasteland == 1 endif Link to comment Share on other sites More sharing options...
Recommended Posts