Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
How can i put drop %, like, chance drop 20% heart in monster.
In internet have many tutorial to random drop, but % i did not find.
Try this:
If random(100)<20 then drop item
This random is "Pick random instance" ?
I did this :
Enemy on destroyed Enemy Drop Item
System pick a random instance
System 100<20
But not work.
Develop games in your browser. Powerful, performant & highly capable.
Bah, this work man hahaha
Thanks
I never work with random, soo this is new to me, but this is simple. hehe
Thanks soo much !