psarchi Posted December 30, 2018 Share Posted December 30, 2018 Hello, pretty new here I was trying to add new perk Supersoldier, but the idea is that if ppl has 10 points in intellect can't get this perk. <perk name="SuperSoldier" parent="skillSuperSolder" name_key="perkSuperSoldierName" icon="ui_game_symbol_melee"> <level_requirements level="1"><requirement name="ProgressionLevel" progression_name="attSuperSoldier" operation="GTE" value="1"/> <requirement name="PlayerLevel" operation="GTE" value="50" desc_key="reqAttributeLevelDummy"/> <requirement name="ProgressionLevel" progression_name="attIntellect" operation="here i need something like not equals" value="10"/> </level_requirements> </perk> I tried operation="NEquals" but there was error. Link to comment Share on other sites More sharing options...
psarchi Posted January 11, 2019 Author Share Posted January 11, 2019 found out it was operation="NE" Link to comment Share on other sites More sharing options...
YerghaizVerot Posted January 11, 2019 Share Posted January 11, 2019 You could have used LT as well Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.