Code: Select all
ACTOR ObjectiveIcon : MapMarker
{
	//$Category Misc (Wolf3D)
	//$Title Objective Map Marker (Automap)
	//$Color 1
	+NOBLOCKMAP
 	+NOGRAVITY
	+DONTSPLASH
	+INVISIBLE
	Scale 0.5
	States
	{
		Spawn:
			EXCL A -1
			Stop
	}
}Code: Select all
ACTOR ObjectiveIcon : MapMarker
{
	//$Category Misc (Wolf3D)
	//$Title Objective Map Marker (Automap)
	//$Color 1
	+NOBLOCKMAP
 	+NOGRAVITY
	+DONTSPLASH
	+INVISIBLE
	Scale 0.5
	States
	{
		Spawn:
			EXCL A -1
			Stop
	}
}