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

9 lines
No EOL
179 B
Text

host = instance_nearest(x, y, obRocket);
if distance_to_object(instance_nearest(x, y, obEnemy)) <= 128
{
target = instance_nearest(x, y, obEnemy);
}
else
{
target = 0;
}