Trigger effect feature - randomize
Posted: Mon Aug 08, 2016 9:23 pm
if you could randomize the triggers you might get random things
- you could set in the "message text part" extra info, this:
- RND1 - be random effect in effect group: 1 (among effects that are marked with RNDx where x = 1)
- (10) 10 weight to that it comes out
so sample
- condition
- effect1 text:"RND1(10)"
- effect2 text:"RND1(30)"
- effect3 text:"RND1(20)"
- effect4 text:"RND2(10)"
- effect5 text:"RND2(10)"
here 2 effects will fire:
1. effect1 OR effect2 OR effect3 (with chances: 20%, 60%, 40% respectively)
2. effect4 OR effect5 (each with 50-50% chance)
what do you think? would you use it?
- you could set in the "message text part" extra info, this:
Code: Select all
RND1(10)- (10) 10 weight to that it comes out
so sample
- condition
- effect1 text:"RND1(10)"
- effect2 text:"RND1(30)"
- effect3 text:"RND1(20)"
- effect4 text:"RND2(10)"
- effect5 text:"RND2(10)"
here 2 effects will fire:
1. effect1 OR effect2 OR effect3 (with chances: 20%, 60%, 40% respectively)
2. effect4 OR effect5 (each with 50-50% chance)
what do you think? would you use it?