scenario
extern struct scenario scene[NSCENE];
extern struct scenario *cc; /* the current scenario */
int nscene = sizeof scene / sizeof (struct scenario);
struct scenario scene[NSCENE] = {
struct scenario *cc; /* the current scenario */