aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sammy

Pages: [1]
1
Help / Comment Out A Avariable
« on: December 10, 2022, 03:21:33 am »
What would be the way to override a line? I am trying to make a weapon mod, just startin out, and so I started with the thermal tazar cause I wanted it to work one handed. SHould be easy. I did not add a line for twohanded as I thought the new lines in the mod file would override the entire thermal tazer lines in the vanilla file. Did not, so I went back and added the twohanded: false line and now it works one handed. But how do I do this for something that is not a true false choice? Like I don't want a line to apply, but there isn't an opposite term like true vs. false, so I can't just add something opposite. I just want the original line gone withjout deleting it in the vanilla file. Web search said I could use [] for an empty set. But when I cheked in game that did not work. Obviously must be a simple way.

Only other option I see is to use something liek  "- delete: STR_LIVING_QUARTERS". I am not trying to remove living quarters, thats just the example given.

Pages: [1]