mudobject "test_zone" { flags Fixed string owner "@musicmud" string author "orange" string desc "Hello. This is a zone. " string name "test_zone" string planet "Test" string short "test_zone" string start "@musicmud" string zone "test" } mudobject "test_bob_1" { flags Mobile Fixed string owner "test_2" string desc "A typical mobile..." string gender "neuter" string hardness "unarmed" string name "^PBob^n" string short "bob" string start "test_2" string tell.follow "." string tell.help "." string tell.job "." string tell.mission "." string tell.name "." string zone "test" int att.dex 10 int att.str 10 int damage 10 int maxstrength 200 int skill.combat 0 } mudobject "test_board_1" { flags MissionsBoard Fixed string owner "test_1" string lua.before_examine "interpret(pl, \"mmlist\")" string name "a ^oboard^n" string short "board" string start "test_1" string zone "test" } mudobject "test_2_south" { flags Exit string owner "test_2" string link "test_1" string short "south" string start "test_2" string zone "test" } mudobject "test_2" { flags Fixed Store Room string owner "test_zone" string name "Test Store" string shop.0 "template_socks_1" string shop.1 "template_stick_1" string shop.2 "template_vodka_1" string shop.3 "template_unicycle_1" string shopmob "test_bob_1" string start "test_zone" string zone "test" int shop.0.istock 30 int shop.1.istock 20 int shop.2.istock 5 int shop.3.istock 1 int shop.count 4 } mudobject "test_1_west" { flags Exit string owner "test_1" string link "@demo_42:28" string short "west" string start "test_1" string zone "test" } mudobject "test_1_north" { flags Exit string owner "test_1" string link "test_2" string short "north" string start "test_1" string zone "test" } mudobject "test_1_east" { flags Exit string owner "test_1" string link "@demo_44:28" string short "east" string start "test_1" string zone "test" } mudobject "test_1" { flags Fixed OutDoors BarSouth BarNorth Room string owner "test_zone" string name "Test Street" string start "test_zone" string wild.tag "demo" string zone "test" int wild.x 43 int wild.y 28 }