MapMarker not working?
Posted: Tue Apr 18, 2017 7:37 am
Is there anything special I need to know about the [wiki]MapMarker[/wiki] thing? I don't seem to be able to get it working. This is my setup for Blade of Agony:
The sprite is there, the thing has no arguments set and is active. If place it in my map though it isn't displayed.
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
}
}