AVEgame / AVE

Adventure! Villainy! Excitement!
http://avegame.co.uk
MIT License
4 stars 2 forks source link

Allow AVE files to load other AVE files #107

Open mscroggs opened 4 years ago

mscroggs commented 4 years ago

The following room should load all the rooms from minigame.ave, and send the user to the start room of that subgame. If that subgame is won, send the user to win_minigame. If gameover is given in the subgame, send the user to minigameloss.


!! mingame.ave
__WINNER__ => win_minigame
__GAMEOVER__ => minigameloss```