#define CLOSED /* arenas are closed :) */ inherit "room/room"; reset(arg) { if(arg) return; set_light(1); short_desc="Arena Entrance"; long_desc= "You are at the arena entrance. You have the following options.\n" +"North: SimArena -- Simulated combat, no dying.\n" +"East: Arena -- Player killing - for levels 20 and up only.\n" +"West: Gladiator Arena -- also PK, levs>20 and you can't leave " +"while fighting.\n" #ifdef CLOSED +" ALL ARENAS ARE CURRENTLY CLOSED.\n" #endif ; dest_dir=({ "players/jubal/castle/mainhall","south", #ifndef CLOSED "players/jubal/room/sim","north", "players/jubal/room/arena","east", "players/jubal/room/garena","west", #endif }); }