Section 3 - Running the program
[Topoi doesn't use any of Inform's action processing or turn sequence rules. Instead the entire program runs under the "when play begins" rule below.]
When play begins:
run the introductory sequence;
while 0 < 1:
run the main loop.