actor G2_PageSpot 32100
{
	//$Sprite INFOA0
	//$Category Ghosted 2 - Logic 
	scale 0.5
	+INVISIBLE
	+SERVERSIDEONLY
	-RANDOMIZE
	States
	{
		Spawn:
			INFO AA 8
			INFO A 0 A_SetTics((x + y + z) % 8)
			INFO A 0 ACS_NamedExecuteAlways("G2_PageSpotInit", 0, 0, 0)
		Looping:
			INFO A -1
			stop
	}
}
