Lock 1
{
	RedCard
	Message "You need a RED keyCard."
	RemoteMessage "You need a RED keyCard."
	Mapcolor 255 0 0
}
Lock 2
{
	BlueCard
	Message "You need a BLUE keyCard."
	RemoteMessage "You need a BLUE keyCard."
	Mapcolor 0 0 255
}
Lock 3
{
	YellowCard
	Message "You need a YELLOW keyCard."
	RemoteMessage "You need a YELLOW keyCard."
	Mapcolor 255 255 0
}Lock 4
{
	RedSkull
	Message "You need a BRONZE Key."
	RemoteMessage "You need a BRONZE Key."
	Mapcolor 255 150 100
}
Lock 5
{
	BlueSkull
	Message "You need a SILVER key."
	RemoteMessage "You need a SILVER key."
	Mapcolor 100 100 255
}
Lock 6
{
	YellowSkull
	Message "You need a GOLD key."
	RemoteMessage "You need a GOLD key."
	Mapcolor 255 200 0
}