ACTOR ChexQuestMeteor 13101
{
//$Category Decoration
	+NOINTERACTION
	States
	{
	Spawn:
		CQD1 A -1
	    Stop
	}
}

ACTOR ChexQuestTree1 : ChexQuestMeteor 13102
{
//$Category Decoration
	States
	{
	Spawn:
		CQD2 A -1
	    Stop
	}
}

ACTOR ChexQuestTree2 : ChexQuestMeteor 13103
{
//$Category Decoration
	States
	{
	Spawn:
		CQD3 A -1
	    Stop
	}
}

ACTOR ChexQuestTree3 : ChexQuestMeteor 13104
{
//$Category Decoration
	States
	{
	Spawn:
		CQD5 A -1
	    Stop
	}
}

ACTOR ChexQuestTree4 : ChexQuestMeteor 13105
{
//$Category Decoration
	States
	{
	Spawn:
		CQD6 A -1
	    Stop
	}
}

ACTOR ChexQuestTree5 : ChexQuestMeteor 13106
{
//$Category Decoration
	States
	{
	Spawn:
		CQD7 A -1
	    Stop
	}
}

ACTOR ChexQuestTree6 : ChexQuestMeteor 13107
{
//$Category Decoration
	States
	{
	Spawn:
		CQD8 A -1
	    Stop
	}
}

ACTOR ChexQuestTree7 : ChexQuestMeteor 13108
{
//$Category Decoration
	States
	{
	Spawn:
		CQD9 A -1
	    Stop
	}
}

ACTOR ChexQuestLight : ChexQuestMeteor 13109
{
//$Category Decoration
	States
	{
	Spawn:
		CQD4 A -1 Bright
	    Stop
	}
}

ACTOR ChexQuestFlemColumn : ChexQuestMeteor 13110
{
//$Category Decoration
	States
	{
	Spawn:
		CD10 ABCD 4 
	    Loop
	}
}