cosmic-gms/objects/obmarker/Step_0.gml
2024-10-31 17:39:35 +03:00

13 lines
No EOL
155 B
Text

if distance_to_object(host) <= 2
{
instance_destroy();
}
if instance_exists(target)
{
if target != 0
{
x = target.x;
y = target.y;
}
}