Open mscroggs opened 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.
minigame.ave
start
win_minigame
minigameloss
!! mingame.ave __WINNER__ => win_minigame __GAMEOVER__ => minigameloss```
The following room should load all the rooms from
minigame.ave
, and send the user to thestart
room of that subgame. If that subgame is won, send the user towin_minigame
. If gameover is given in the subgame, send the user tominigameloss
.