Difference between revisions of "Hook Timeline"
From theFarWilds
Line 2: | Line 2: | ||
Player clicks the Play: link | Player clicks the Play: link | ||
+ | game instance starts on the server | ||
+ | No players are connected to the game | ||
Script is loaded | Script is loaded | ||
any #include is loaded | any #include is loaded | ||
− | '''configGame'''() is called | + | '''configGame'''() is called |
− | wait for | + | wait for players to join |
all players have joined and selected decks | all players have joined and selected decks | ||
'''beforeStart'''() is called | '''beforeStart'''() is called |
Revision as of 20:21, 17 April 2010
Player clicks the Play: link game instance starts on the server No players are connected to the game Script is loaded any #include is loaded configGame() is called wait for players to join all players have joined and selected decks beforeStart() is called map is created flux wells are placed players draw their cards afterStart() is called Game on