You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/ryzom/client/examples/r2_leveldesign_scenarios.lua

13 lines
345 B
Lua

-- IMPORTANT : to create a new category node in the tree, use :
-- ["My New Category"] = {}
-- instead of :
-- my_new_category = {}
r2.LevelDesignScenarios =
{
["Nevrax Examples"] =
{
{"Example_01_-_A_Hearty_Meal.r2", "A little scenario accessible to players of all levels, demonstrating some of the narative features of the Ring."}
}
}