"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
CR of Dungeon
Number of Rooms
Trap Odds (x of 10)
Monster Odds (x of 10)
Evil Only?
"; $query ="SELECT name from rpg_ref_monster_type;"; $result = query($query); $wack = 0; while ($ss=mysql_fetch_object($result)) { echo ""; $wack++; if ($wack % 3 == 0) { echo ""; } } echo "
name\">$ss->name
"; } require("../legal/legal.inc"); ?>