

set_age / sa - sets the Sim's age in days.Sliders.py should catch any Outfit changes and apply the Bulge slider (from the remembered value in the BulgeStat) only when compatible clothing is worn assign_bulge_clothes - equips the given clothing article (or else a random one meant to be compatible with bulges) to the Sim.set_bulge_stat - sets the BulgeStat directly (most commands that set the bulge slider will set this as well!).random_outfit - randomizes the Sim's current outfit.print_outfit_parts - prints the Part IDs in the Sim's current outfit.migrate_all_sliders - same as migrate_sim_sliders, but for all loaded Sims.migrate_sim_sliders - migrates all of the slider data (from this mod) to the correct location for the target sim (if they are not already in the correct location).

If any slider data would apply to the same slider, it adds them together.

get_slider - gives the value of the given slider for the active or specified Sim.Sliders set to 0 will technically be removed from the Sim. 'set_slider hands 75') - sets the slider to the given value for the active or specified Sim. They should work in the following commands: ths/teenheightslider ("Height Slider Growth.package" only, -100 to 100, positive values will use the positive "height" slider, at least until/unless I get a teen-specific positive height slider).

chs/childheightslider ("Height Slider Growth.package" only, -100 to 100).bulge (0 to 100) (only works with specific clothing, see Technical information -> Technical details below).height (-100 to 100, negative values use Height Slider Short.package and positive ones use Height Slider Tall.package).The non-height sliders only work for Teens and older.įor use in commands, the sliders are named: All sliders apply to Male and Female sims except Bulge.
