- Jun 21, 2019
- 158
- 132
- 187
The methods used for random can be different depending on how the coder wrote it, but normally a range is set for the events to fire, and the program picks a random number in that range. In this case, you step onto floor 3 and the game runs this codeI meant the one on the stairs where she has a chance of kissing you
Code:
floor3 = rand(1,22)
Code:
elseif floor3 > 11 and floor3 <= 14 and hour >= 15 and hour <= 23:
It gets more complicated though. When you get the event, you have to have built up enough points with her to unlock more.
Code:
if juliaQW['JulMilBestFrend'] >= 50:
Code:
juliamil_rnd = rand(1,3)
Code:
if juliamil_rnd = 3: