rand(1, 100) is a randomiser, bassically rolling a 100 sided die and if the result is >50 it will popup.Following the guide on page 7,I think the next step is noelie asking MC drive her to the mall I
I guess I had found the code but donno how to trigger
if ((histoire_noelie >= 5 and rand(1,100) >= 50) or (histoire_noelie = 9 and att_pnj_1 >= 600)) and hour >= 9 and hour <= 17 and $pnj[$str_pnj_1+"_"+1] = 'maison' and noelie_demande_supermarche = 0 and $args[0] = '_garage_maison_' and $pnj[$str_pnj_2+"_"+1] = 'maison':
I had already make noelie come to my room and offering HJ(which is histoire_noelie 8.2?)
What is the meaning of "rand(1,100)" and "noelie_demande_supermarche"?
Is that means Sarah must not at home?
str_png_1 is Noelle, str_png_2 is Sarah. I dont know what +"_"+1 is about though, likely some locational data.
maison means home
noelle_demand_supermarche would be a variable. Basically its 0 when she actually asks, it becomes 1 to prevent it triggering again. This seems just to be on the request to go to the market, not whether she messes around with you which is likely somewhere in there as an additional chance of happening.
historie_noelie = 9 would be another event where if it had occured already guarantees the request (likely something that happens at 600.) This could also be required for the BJ.
However if I read that correctly both Sarah and Noelle have to be at home (this would be to avoid leaving Peter home alone) The hour between 9 and 17, this is for a chance of it happening.