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.
|
if instance_exists(oCharacter)
|
|
{
|
|
if (oCharacter.state == 11 && oCharacter.speedboost)
|
|
{
|
|
if follow
|
|
{
|
|
if (oCharacter.xVel > 0)
|
|
x = (oCharacter.x + xoffset)
|
|
else
|
|
{
|
|
x = (oCharacter.x - xoffset)
|
|
image_xscale = -1
|
|
}
|
|
}
|
|
}
|
|
else
|
|
instance_destroy()
|
|
}
|
|
fxtimer = (!fxtimer)
|