Is there a way to tell it when to sort the ships?
story.py, line 455. After all replace_metadata lines applicable to 'ships' are run.
Does it matter where the sort_ships is?
Only what section. Changing it above or below replace_metadata will not matter.
Should I place the hierichal code after the sort_ship?
Doesn't matter.
Or should I be using ships_LIST when trying to add the hierarchical code?
ships_LIST replace_metadata is done after ships replace_metadata, sort_ships and application of join_string_ships. So that is an option.
|