Okay, then you basically need to take the tagging guide and improve it yourself. Get a file search tool (Notepad++ is pretty good) and look for... Hmm, _tags.
is probably one of the more general things. Specifically, you want
and_tags.append(...)
, not_tags.remove(...)
, tags.append(...)
, maybe some others. Most of this code should be in BKgirlclass.rpy, BKfunctions.rpy and BKinit_variables.rpy.
You'll probably need to spend quite a bit of time grokking the code. As I said earlier, it's not something that's quick and easy to do.