Woots Posted March 12, 2012 Posted March 12, 2012 I'm using advanced waypoint options to specify the chance that a vehicle will stop at a given waypoint and have noticed that the probability is not working as expected. wpt 1 (prob=40) wpt 2 (prob=40) wpt 3 (prob=40) wpt 4 (prob=40) the unit stops at wpt 2 and 4 every time. wpt 1 (prob=20) wpt 2 (prob=20) wpt 3 (prob=20) wpt 4 (prob=20) the unit stops at wpt 3 every time. It appears that the "probability" is additive until the unit stops, then resets to 0 and adds again until the unit stops again. How do you make each waypoint independent? [sIGPIC][/sIGPIC]
nomdeplume Posted March 13, 2012 Posted March 13, 2012 How many tests did you perform? You may have just gotten unlucky and it's giving the appearance of always doing the same thing, even though it is random. Alternatively, there may be some kind of issue with the random number generator, such that it's always giving the same results. As an experiment, have you tried copying the flight plan one or more times so there's several independent groups following the same path, and see if they all do the same thing? Also, it might be worth double-checking there's no other conditions enabled for those tasks. The times that I've used the probabilities they've seemed to work okay for me.
Recommended Posts