9 lines
No EOL
179 B
Text
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;
|
|
} |