Difference between revisions of "Hook Timeline"

From theFarWilds
Jump to: navigation, search
(New page: Category:Scripts Player clicks the Play: link Script is loaded any #include is loaded '''configGame'''() is called wait for others to join all players have joined and selected decks '...)
 
Line 1: Line 1:
 
[[Category:Scripts]]
 
[[Category:Scripts]]
  
Player clicks the Play: link
+
Player clicks the Play: link
Script is loaded
+
Script is loaded
any #include is loaded
+
any #include is loaded
'''configGame'''() is called
+
'''configGame'''() is called
wait for others to join
+
wait for others to join
all players have joined and selected decks
+
all players have joined and selected decks
'''beforeStart'''() is called
+
'''beforeStart'''() is called
 +
map is created
 +
flux wells are placed
 +
players draw their cards
 +
'''afterStart'''() is called

Revision as of 19:40, 17 April 2010


Player clicks the Play: link
Script is loaded
any #include is loaded
configGame() is called
wait for others 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