wesnoth/data/multiplayer/scenarios/Random_Scenario_Lua_Cave.cfg
2016-02-24 16:27:08 +11:00

15 lines
489 B
INI

#ifdef DEBUG_MODE
[multiplayer]
id="lua_cavegen"
name= _ "Cave Generator"
description= _ "A sample lua map generator that generates caves like in scenario 17 of the mainline campaign 'Heir to the Throne'"
map_generation="lua"
[generator]
id="lua_cavegen"
config_name="Lua Cave Generator"
create_map = << return wesnoth.dofile("multiplayer/scenarios/Random_Scenario_Lua_Cave.lua") >>
[/generator]
{DEFAULT_SCHEDULE}
[/multiplayer]
#endif