Hey!
Any direction and/or plans in place for integrating random number generation?
HTML5 Visual Novel creation made easy and free · By
Hello, in what way would you need the integration? If you just need a random number in a variable, you can still use any kind of javascript code to fill it in, including random number generation. Check this little example:
- var rand: "Math.floor(Math.random()*10)"
- text: "A random number {rand}"
Hope to see your creations!