gzdoom/wadsrc/static/zscript/shared/mapmarker.txt
Christoph Oelckers 9e2830a3db - converted the rest of actors/shared.
- moved damagetype definitions to MAPINFO. These were in DECORATE which is not correct. The old code is left for compatibility.
2016-10-14 10:46:15 +02:00

18 lines
161 B
Text

class MapMarker : Actor native
{
default
{
+NOBLOCKMAP
+NOGRAVITY
+DONTSPLASH
+INVISIBLE
Scale 0.5;
}
States
{
Spawn:
AMRK A -1;
Stop;
}
}