13 lines
No EOL
155 B
Text
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;
|
|
}
|
|
} |