X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2Farea.mpy;fp=sample%2Flocation.mpy;h=e4641eb1b47e113e21fd115b30c341292deebe50;hp=5aaa30d5d47c82eabe6119d260966d1f9772827e;hb=84f2fa2376d2202d09fea78e499fc644454a79ba;hpb=4c837dca8fc1c1c2a1e6cd3e86916b6df89a6894 diff --git a/sample/location.mpy b/sample/area.mpy similarity index 65% rename from sample/location.mpy rename to sample/area.mpy index 5aaa30d..e4641eb 100644 --- a/sample/location.mpy +++ b/sample/area.mpy @@ -1,45 +1,45 @@ -# Copyright (c) 2004-2010 Jeremy Stanley . Permission +# Copyright (c) 2004-2014 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. -[location:-1,0,0] -description = This is the West Sample Location. It is merely provided as an example of what a location might look like. +[area:-1,0,0] +description = This is the West Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['east'] name = West Sample Location terrain = inside -[location:0,-1,0] -description = This is the South Sample Location. It is merely provided as an example of what a location might look like. +[area:0,-1,0] +description = This is the South Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['north'] name = South Sample Location terrain = inside -[location:0,0,-1] -description = This is the Lower Sample Location. It is merely provided as an example of what a location might look like. +[area:0,0,-1] +description = This is the Lower Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['up'] name = Lower Sample Location terrain = inside -[location:0,0,0] -description = This is the Center Sample Location. It is merely provided as an example of what a location might look like. +[area:0,0,0] +description = This is the Center Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['down', 'east', 'north', 'south', 'up', 'west'] name = Center Sample Location terrain = inside -[location:0,0,1] -description = This is the Upper Sample Location. It is merely provided as an example of what a location might look like. +[area:0,0,1] +description = This is the Upper Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['down'] name = Upper Sample Location terrain = inside -[location:0,1,0] -description = This is the North Sample Location. It is merely provided as an example of what a location might look like. +[area:0,1,0] +description = This is the North Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['south'] name = North Sample Location terrain = inside -[location:1,0,0] -description = This is the East Sample Location. It is merely provided as an example of what a location might look like. +[area:1,0,0] +description = This is the East Sample Location. It is merely provided as an example of what an area might look like. gridlinks = ['west'] name = East Sample Location terrain = inside