Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: feliiperh on April 16, 2015, 04:23:53 PM

Title: how to spawn kids or girls in the boys dorm?
Post by: feliiperh on April 16, 2015, 04:23:53 PM
it is possible to spawn kids, I've seen this a long time but I don't know how to do it, what about girls?
How to do it?How to spawn both of them?
Title: Re: how to spawn kids or girls in the boys dorm?
Post by: Mick3Mouse on April 16, 2015, 05:30:23 PM
Yea, you edit the pedpop file.

Bully Scholarship Edition Mod Tutorial HD (http://www.youtube.com/watch?v=TWgWkoSnS3k#)
Title: Re: how to spawn kids or girls in the boys dorm?
Post by: DaBOSS54320 on April 16, 2015, 05:44:41 PM
Upon entry of the boy's dorm the model status of the little kids gets set to -1 so they no longer spawn. This is done in a script, so you'll either have to edit that script or make a new script that could maybe just get when the current visible area code is the same as the boy's dorm, and then set the unique model status of the little kids to 1 or 2. (1 for 1 copy of them, 2 for multiple at once)
PedSetUniqueModelStatus(index,status) is the function. Index being the number corresponding to them in the default.ide, status being -1, 1, or 2.