Event 7928 has the following effects (among others) in action a:
Action b has similar triggers. This is supposed to trigger events for three random neighbors.
Unfortunately, within the same action of an event, random_neighbor (and other random_x referrals) always refer to the same person. So the above ends up triggering three events for the same neighbor...
Code:
effect = { type = trigger for = random_neighbor value = 7929 }
effect = { type = trigger for = random_neighbor value = 7929 }
effect = { type = trigger for = random_neighbor value = 7929 }
Action b has similar triggers. This is supposed to trigger events for three random neighbors.
Unfortunately, within the same action of an event, random_neighbor (and other random_x referrals) always refer to the same person. So the above ends up triggering three events for the same neighbor...
Upvote
0