Bump. This issue was not answered...What happened to being able to hire new employees for businesses that my character has taken over? That option has disappeared from the actions menu (quite some time ago).
Bump. This issue was not answered...What happened to being able to hire new employees for businesses that my character has taken over? That option has disappeared from the actions menu (quite some time ago).
It's still there for me. Working fine.Bump. This issue was not answered...
You can use the npc manager interaction to setup any relationship you want between any two contacts in your phone. Problem is they both have to be contacts in your phone. There's some scenes that will randomly generate spouses and children and things for npcs in your contact list. Place where that seems to most consistenly happen is towards the end of the work day for the office job. What I personally did is wrote a scene that adds a bunch of npcs to the game and sets up familial relationships already.Alright, question. For NPCs on the Contacts option, is it possible to change their status like marital status to others? How would I do that? Also are you able to input how many kids they have too? Just wondering as to the options there.
I came across an issue like this when trying to write a scene once. In theory you can grab any two npcs that have the "ParentChild" relationship and then whichever one is the oldest has to be the parent but in practice I can't get age comparisons between npcs to work for some reason so sometimes you're grabbing the kid and sometimes you're grabbing the parent. Alternatively, there's just a typo in the scene markup so the wrong relationship type is being injected into the scene text. I don't know what scene you're referring to to check that.NPCs relations seems to be bugged in 4.28: when you are sent to your boss house, his/ her mother turns out to be his/ her daughter. Even changing the relationships via menu, the bug persists.
It's still there. Just for clarification, you are going to the business that you bought and clicking into the action menu, right? I have no problem hiring new people and I get a kick out of seeing them roaming around naked (since whenever you buy a business, there's a weird bug where their uniforms are no longer defined by your business).Bump. This issue was not answered...
Yeah, I rewrote a bit of code for the 'call all polyamorous partners or whatever it is called' to call them and strip them, but it's just not the same, lol.The inventory control system largely affects when characters need a specific outfit for a situation such as police uniform for police job or office clothing for office work. The system may just give them clothing. A work around is to create your own scenes and when you spawn the npc in, specify that they are naked using the system flags.
Okay. I think I might know what the problem is. There is not meant to be any scene where the boss sends you to their home while you are working and you meet their parent. There's just a scene where the boss sends you to their home and you meet their kid. There's another one to meet their spouse but that's irrelevant here. Here's the issue, npcs aren't labelled as "child of X" and "parent of X". There's just a "ParentChild" relationship assigned to both. The scene in question attempts to grab an npc with a ParentChild relationship with the boss under the assumption that's going to be the boss' child but it can actually be the boss' parent.The event when you are working and your boss send you to his/ her house.
It's still there. Just for clarification, you are going to the business that you bought and clicking into the action menu, right? I have no problem hiring new people and I get a kick out of seeing them roaming around naked (since whenever you buy a business, there's a weird bug where their uniforms are no longer defined by your business).
EDIT2: I wonder if "any:business" would be better (or even work)...Not for me. Something happened that took the option off the menu. I have been trying to find the file where the settings can be confirmed, but I cannot find it. Maybe the problem is that it got deleted or overwritten. If it did get deleted, though, I would suspect that the newer updates would re-write the file. I'm going to do a full version install instead of just the updates and see if that resets the file.
EDIT: Aha! If found the mod that added that action, and the location listing was missing "brothel:business" and "stripclub:business."
yup got the sameNPCs relations seems to be bugged in 4.28: when you are sent to your boss house, his/ her mother turns out to be his/ her daughter. Even changing the relationships via menu, the bug persists.
What issues have you had with age comparisons? Seems like it works fine in the testing I've done. You can do something likeI came across an issue like this when trying to write a scene once. In theory you can grab any two npcs that have the "ParentChild" relationship and then whichever one is the oldest has to be the parent but in practice I can't get age comparisons between npcs to work for some reason so sometimes you're grabbing the kid and sometimes you're grabbing the parent.
Parent = Actor.getRelatedPerson(ParentChild)
While Parent.isValid() && Parent:age < Actor:age
Parent = Actor.getRelatedPerson(ParentChild)
Endwhile
Yeah, this is my bad. They work. I got it stuck in my head that age comparisons between npcs weren't working because when I was testing a scene I wrote with an age comparison precondition by force triggering it it kept grabbing inappropriate npcs that failed the age comparison. I thought there was a problem with age comparison but what it actually is is that when you force trigger a scene the preconditions for executing the scene are ignored so you can get all sorts of incorrect results you wouldn't get through normal gameplay. I keep forgetting that's a thing. It's not how I would have implemented things. Sometimes the test is making sure a thing DOESN'T run.What issues have you had with age comparisons? Seems like it works fine in the testing I've done.
I've actually been trying to make a bunch of my favourites. Some have turned out pretty well, some less so. Finding good photos to work from has been tough in some cases (TRY to find a picture of Dillion Harper with her mouth CLOSED... It's IMPOSSIBLE!!!).Are there more famous people like Emma Watson or Leonardo DiCaprio? They are amazing.
I've actually been trying to make a bunch of my favourites. Some have turned out pretty well, some less so. Finding good photos to work from has been tough in some cases (TRY to find a picture of Dillion Harper with her mouth CLOSED... It's IMPOSSIBLE!!!).
The process is detailed in a pdf file inside the folder Lifeplay/ Docs.sagemon said:I don't know how to make characters with photos of celebrities