RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
% Chance?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 88
How can i program % chances? I've never been able to figure it out...

Thnaks!
Games in progress:
Tome of Arastovia: 7% complete at 2 hours of gametime

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
What are you talking about? you did just fine, I have a %clue of what your talking about.
&&&&&&&&&&&&&&&&

***
Rep:
Level 88
Uhhhh...... Can anyone here reply thats not on a laptop at the assylum?

Thanks...I think...again....
Games in progress:
Tome of Arastovia: 7% complete at 2 hours of gametime

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
You'd have to use variables. Say you have for possible outcomes, and a twenty five percent chance of each occuring.

First, start an event and select variable operations.

Choose a new variable, call it whatever.

Now, say set to a random nuber between one and four.

Then, conditional branches.

Make one that says: If (variable) is = to 1
  - whatever
ELSE
 and then make a new conditional branch under the else option, like so.
   If (variable) is = to 2
     - whatever
   ELSE
   One more time.
   If (variable) is = to 3
   - whatever
   ELSE
   This time, don't make a new branch. Just put whatever you want the forth outcome to be under else.


Hope that helped you man!

***
Rep:
Level 88
Thanks, i'll try it out.... ;D
Games in progress:
Tome of Arastovia: 7% complete at 2 hours of gametime