#1 RANDOM
Verfasst: Do 15. Mär 2012, 00:53
Hi Filip,
is it possible, to use in the logic a random function like:
Zufall = math.random()
is it possible, to use in the logic a random function like:
Zufall = math.random()
Code: Alles auswählen
if math.random() > 0.8 then
-- do something with 80% probability
end