Lists Needed

Program Name	English Name		List Type	Scope		Description
------------	------------		---------	-----		-----------
c_list		Character List		Character	global		Holds all Characters/Descriptors
m_list		Mobile List		Mobile		global		Holds all Mobiles
c_abi_list	Character Ability List	CAbility	Character	Holds all Abilities for the Character
c_aff_list	Character Affect list	CAffect		Character	Holds all Affects on the Character
m_abi_list	Mobile Ability List	MAbility	Mobile		Holds all Abilities of the Mobile
m_aff_list	Mobile Affect List	MAffect		Mobile		Holds all Affects on the Mobile
ai_list		AI List			AI		global		Holds all common AI behavior patterns
ai_eve_list	AI Event/Reaction List	EventReaction	AI		Holds the event/reaction list for an AI
ai_soc_list	AI Social/Reaction List	SocialReaction	AI		Holds the social/reaction list for an AI
ai_ins_list	AI Instinct List	Instinct	AI		Holds the basic instincts for an AI
o_inn_list	Object Inventory List	Object		Inventory	Holds all objects in an inventory
o_aff_list	Object Affect List	OAffect		Object		Holds all Affects on the Object