WryeBashTagGenerator icon indicating copy to clipboard operation
WryeBashTagGenerator copied to clipboard

Bad tags not removed when suggested tags is empty

Open SteveTownsend opened this issue 3 years ago • 2 comments

If I make this change at l.211 then the bad tags are replaced with a blank Bash section

  //if slSuggestedTags.Count > 0 then
  if True then

Output

[00:00] Start: Applying script "WryeBashTagGenerator"
[INFO] --------------------------------------------------------------------------------
[INFO] WryeBashTagGenerator v1.6.4.7 by fireundubh <[email protected]>
[INFO] --------------------------------------------------------------------------------
[INFO] Using game mode: Skyrim Special Edition


[INFO] Processing... Please wait. This could take a while.
[INFO] --------------------------------------------------------------------------------
[INFO] SeranaDialogAddon.esp
[INFO] -------------------------------------------------------------------------- TESTS
[INFO] ------------------------------------------------------------------------ RESULTS
[INFO] No deprecated tags found.
[INFO] 2 bad tags removed:
       {{BASH:Keywords,Names}}
[INFO] No tags added.
[00:01] Script terminated itself, Result=1

And SNAM reads

An improvement to Serana's dialogue and functionalities as an NPC, making her feel more immersive and organic within the world of Skyrim. Version: 2.6

Support the project on Patreon! https://www.patreon.com/martimius


{{BASH:}}

SteveTownsend avatar Jul 15 '21 16:07 SteveTownsend