14 lines
316 B
Markdown
14 lines
316 B
Markdown
|
|
||
|
#include <mapinfo/mapinfo.include>
|
||
|
|
||
|
mapInfoDef "bottest2" {
|
||
|
_default_mapinfo( "bottest2" )
|
||
|
|
||
|
data {
|
||
|
"script_entrypoint" "BotTest_MapScript"
|
||
|
"mapBriefing" "maps/island/briefing"
|
||
|
"mapLocation" "maps/island/location"
|
||
|
"campaignDescription" "maps/island/campaign"
|
||
|
"numObjectives" "3"
|
||
|
}
|
||
|
}
|