Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: Shrimp on April 05, 2016, 12:53:01 PM

Title: Ped Conversations
Post by: Shrimp on April 05, 2016, 12:53:01 PM
hello
As y'all notice, in bully you can see ped in certain point's talk to each other or wait for a ped to spawn to talk to.
e;g

In the Boy's dorm, if you enter and go in to the common area where the arcade machine is,
Next to the poker table and TV two ped's can start having a conversation.
Is it possible to add your own Convo area?
Let's say I want to make the Chemical plant more alive, I want to add spawn point's for Townies, I also want to find a way to make them have conversation's around it, does anyone know how to do this?
Title: Re: Ped Conversations
Post by: AlphaTech on April 05, 2016, 01:25:46 PM
You must be at scripts and conversations with yourself
Then you'll find the truth of truths.
Title: Re: Ped Conversations
Post by: DaBOSS54320 on April 05, 2016, 03:16:36 PM
PedSetWantsToSocializeWithPed(ped1,ped2)
PedSetWantsToSocializeWithPed(ped2,ped1)

This'll make them keep talking.

PedSetWantsToSocializeWithPed(ped1,-1)
PedSetWantsToSocializeWithPed(ped2,-1)

This'll probably make them stop but I haven't tested it.
Title: Re: Ped Conversations
Post by: Shrimp on April 07, 2016, 03:09:17 PM
Thank's, but that's only 2 people.
In some faction place's like Harrington house, they all gather up in a group of 3 and talk, or like in a big circle, how do I re-create that?
Title: Re: Ped Conversations
Post by: UltimateGamer9 on April 07, 2016, 10:17:55 PM
umm maybe u can try this? i never tried this before but try this one :- PedSetWantsToSocializeWithPed(ped1,ped2,ped3)
                                                                                                              PedSetWantsToSocializeWithPed(ped2,ped3,ped1)
                                                                                                              PedSetWantsToSocializeWithPed(ped3,ped2,ped1)

try three people first. if it does work then try with more people?
Title: Re: Ped Conversations
Post by: Shrimp on April 07, 2016, 10:26:47 PM
umm maybe u can try this? i never tried this before but try this one :- PedSetWantsToSocializeWithPed(ped1,ped2,ped3)
                                                                                                              PedSetWantsToSocializeWithPed(ped2,ped3,ped1)
                                                                                                              PedSetWantsToSocializeWithPed(ped3,ped2,ped1)

try three people first. if it does work then try with more people?
I'm sure that won't work...I think.
Title: Re: Ped Conversations
Post by: DaBOSS54320 on April 08, 2016, 12:23:16 AM
I'm not sure how the groups work myself.
Title: Re: Ped Conversations
Post by: UltimateGamer9 on April 08, 2016, 12:58:09 AM
alright so how about like this?
Code: [Select]
PedSetWantsToSocializeWithPed(ped1,ped2)
PedSetWantsToSocializeWithPed(ped2,ped1)
PedSetWantsToSocializeWithPed(ped3,ped1)
PedSetWantsToSocializeWithPed(ped3,ped2)
PedSetWantsToSocializeWithPed(ped2,ped3)
PedSetWantsToSocializeWithPed(ped1,ped3)
Title: Re: Ped Conversations
Post by: Shrimp on April 08, 2016, 09:54:08 AM
I'm not sure how the groups work myself.
fuck,
i saw governmentman123 do it in a video, for the townies in the chemical plant.
he's on b-b all the time but never start's to reply or anything which stinks.