Skip to content

v3.21

Latest

Choose a tag to compare

@DeviantGameMods DeviantGameMods released this 20 Apr 17:51
  • Added CommonBitwiseUtils.to_flags function to convert a collection into flags
  • Added a command to reset the bathing outfit of Sims to the original parts
  • Simplified the has_any_tags and has_all_tags functions in CommonLoadedItem, they return a bool now.
  • Added a PAUSED state to CommonRunnableStateType
  • Added an is_paused function to CommonRunnable
  • Exceptions are no longer logged inside the Messages.txt file
  • Added an is_customer_of_business and is_employee_of_business functions to CommonBusinessUtils