]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/campaign.qh
eater -> predator, because that's a more correct word
[voretournament/voretournament.git] / data / qcsrc / server / campaign.qh
1 // this must be included BEFORE campaign_common.h to make this a memory saving\r
2 #define CAMPAIGN_MAX_ENTRIES 2\r
3 \r
4 string campaign_message;\r
5 \r
6 void CampaignPreInit();\r
7 void CampaignPostInit();\r
8 void CampaignPreIntermission();\r
9 void CampaignPostIntermission(); // must change map\r
10 \r
11 void CampaignLevelWarp(float n);\r
12 \r
13 float campaign_bots_may_start;\r
14 // campaign mode: bots shall spawn but wait for the player to spawn before they do anything\r
15 // in other game modes, this is ignored\r