You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
442 B

if (distance_to_object(oCharacter) < 80)
{
alarm[3] = 20
if instance_exists(lure)
{
lure.image_index = 0
switch image_angle
{
case 270:
case 90:
lure.sprite_index = skorp_get_lure(sSkorpLureUpV)
break
default:
lure.sprite_index = skorp_get_lure(sSkorpLureV)
break
}
}
}
else
alarm[0] = 10