Visual Novel System!

It works! I have a visual novel system! Now I just need to supply game content. Lots of game content.

https://dl.dropboxusercontent.com/u/72165/JAMS/LD26/prealphanotagameyet/index.html

(NOTE THIS IS A LINK TO AN EXAMPLE AND WILL NOT BE A LINK TO THE COMPLETED GAME I HOPE)

The script for that example looks like this:

"Proze" Visual Novel System

“Proze” Visual Novel System

var x 3
 image bg1 poops.png
 image fg1 scribble.png
event loop
 bg bg1
 fg fg1
 say Hello world
 wait 50
 sub x 1
 compare 0 x
 go loop <
 fg bg1
ask are you ready for this dog
 yes yes
 no no
 end
event no
 say nooooo
 go done
event yes
 say yesssss
 go done
 event done

And that’s it for now! Stay tuned for actual game content later!