//==============================================================================
// InfoBlockAssigner v1.0
//==============================================================================

//=================
Change Log:

7/1/11	-	Initial release.

//=================
Abstract:
	This mutator serves as the entry point for attaching InfoBlock actors to
clients that join the game.

//=================
Installation:
	The following files should be included with this README:
	-InfoBlockAssigner.u		(Main file)
	-InfoBlockAssigner.ini		(Configuration file)

//=================
Help / Walkthrough:
	Place all included files (excluding source) in your System directory. To
add an InfoBlock to the list of blocks assigned to players, open the included
ini file and add an entry to the array. Entries must be fully qualified in the
standard PackageName.ClassName format (i.e. "MyPackage.MyClass").

	Upon joining, clients will now automatically be assigned the InfoBlocks
that you have specified.

//=================
Conclusion:
	If you have any questions or comments, feel free to email me at 
	pravin_prabhu at hotmail.com.

You can also post on the UDHQ forums, found at 
	http://udhq.falconpunch.net/phpBB3/

Keep it Unreal!
-Pravin "Pcube" Prabhu
http://udhq.org

END





