RPG Developer Bakin

RPG Developer Bakin

theodnum 11 月 9 日 上午 2:50
Create random events
Hi, I just would like to know if it's possible to create random events (globally and... quiet simply ) and not only for battles - Thank you :)
< >
正在显示第 1 - 1 条,共 1 条留言
Phantom 11 月 9 日 上午 8:18 
Yes you can, for exemple let's say you want to create 5 random events.

Create one common event for each random event and then when you want to call a random event you can use the "Advanced Variable Box Operation" and set the value of the random variable from 1 to 5.

If it is 1, then you call comment event 1, if it is 2, you call the common event 2 and so on!
And now you have your random events system :steamthumbsup:

Edit:
If you want the 5 random events to land in a way that is not 20% chance for each, you can also set a random variable from 1 to 100 and then if it is 1 to 10, then the event number 1 will run (it will make the common event 1 about 10% chance of running) and then you can choose a different % chance for the 4 others!
最后由 Phantom 编辑于; 11 月 9 日 上午 8:24
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50