InTeen Check

This mod is deprecated! You should be using InTeen Check 2

I still play with InTeen, but I know most people don't. In order to stop making two versions of my mods - one for InTeen and one without - I have some common code that detects if you have InTeen installed or not and modifies the code behaviour accordingly. Basically it's magic!

This global mod adds the following global BHAVs

  • 0x071F - "InTeen Extn - Installed?": Returns true if InTeenimater is installed, otherwise false
  • 0x0720 - "InTeen Extn - Am I A Teen?": Returns true if the current Sim is a teen or if InTeen is installed, a pregnant teen
  • 0x0721 - "InTeen Extn - Am I a Teen and Showing?": Returns true if the current Sim is a pregnant teen and showing
  • 0x0722 - "InTeen Extn - Is Sim a Teen?": Returns true if the Param0 Sim is a teen or if InTeen is installed, a pregnant teen
  • 0x0723 - "InTeen Extn - Is Sim a Teen and Showing?": Returns true if the Param0 Sim is a pregnant teen and showing

Installation

Copy this mod into your downloads folder, if you split my mods into a seperate sub-folder, I suggest you place it there as a number of my mods need it.


Installation - SimPe

If you use SimPe to delve into my mods, you can get SimPe to recognise the new global BHAVs as follows.

  • Start SimPe
  • From the "Extra" menu, select "Preferences..."
  • Click on the "File Table" in the left-hand ribbon
  • Click on "add" (left most item of the "add" "delete" "change" triple)
  • Click the "Load File" button
  • Browse to the sub-folder you copied the WH_InTeenCheck.package file to and select the package
  • Click the "Open" button
  • Click the "OK" button
  • There will be a new entry at the top of the "Advanced Settings" area that refers to the WH_InTeenCheck.package file, check the box to its left
  • Click the "Reload" button
  • Click the "OK" button

Conflicts

The mod adds global BHAVs starting at 0x071F as listed above, so will conflict with any other mod that does the same.

  • Known to CONFLICT with piqiwi's "Parenthood". I will NOT be trying to resolve these conflicts, so please do not ask.

  • Notes

    The global BHAV 0x071F works by looking for InTeenimater's Biological Clock object (GUID 0x00029901 in InTeenimater_A.package)

    The global BHAV 0x0720 can be used as a direct replacement for global 0x0108 "Age - Am I a Teen?"


    Simblr Links


    Credits

    • The developers of SimPE.
    • The developer of InTeenimater.

    Files