Hello!
<font color=blue>MISSION</font> Spawn a plant from mariobros pipe 40% of times.
<font color=blue>my logic :</font>
Pipe: 2 var ( spawn(40) e Random(0) )
ON CREATED pipe set floor random 100 / set a text print number
----> random < spawn : spawn plant /append text GOOD
<font color=blue>RESULT :</font>
-random number is generated and printed some times it append multiple times GOOD
-plant is spawned but not with my criteria, it spawn randomly(i dont know how)
i've also tried another sub event with the opposite(if greater than) print BAD
someteime plant is spawned printing both good and bad O_o
<font color=red>QUESTION</font>: What is wrong with my logic? :) THX in Advance