The FM+ integration is missing the following.
- Listen for the
FMPlusLabor event. Currently, actors do not know when they are giving birth.
- Check if they have a baby item. Currently, actors continue to comment on having a baby inside them while they are holding the baby item.
- Actors do not know who the father is.
- Using the
_JSW_BB_Storage script.
- The
form[] TrackedActors variable contains the tracked females.
- The
form[] TrackedFathers variable contains the tracked fathers.
- The index of the pregnant female and the father are the same.
- There is a check for
if ((fatherName == "") || (fatherName == "Unknown")), so we should probably consider that as an option.