Character CProps

  #mco	MetaCombat Opponent	{serial}
  #mch	MetaCombat Handler	{pid}

  mcd	MetaCombat Data		{dictionary}
	["gump"]		{dictionary}
		["x"]		{X-Position}
		["y"]		{Y-Position}
	["moveLists"]		{array}
		[1]		{movelist}
		[2]		{movelist}
		[3]		{movelist}
		[4]		{movelist}
		[5]		{movelist}
		[6]		{movelist}
		[7]		{movelist}
		[8]		{movelist}
	["currentMoveList"]	{integer 1-8}
	["weapons"]		{array}
		[1]		{dictionary}
			[type]	{serial}
		[2]		{dictionary}
			[type]	{serial}
	["currentWeaponSet"]	{integer 1,2}

Movelist Definition (struct):
	.display	{String}
	.list		{array of moves}
	.current	{integer 1-len(.list)}
	

Move Definition (struct):
	.name		{string}
	.target		{string - bodypart}
	.weapon		{undefined}
	.timer		{string - timertype}
	.override	{dictionary}
		[prop]	[value]		{as from moves.cfg / moves.df}