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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oMonster_Step_2.gml

16 lines
195 B

if instance_exists(spark1)
{
spark1.x = x
spark1.y = y
}
if instance_exists(spark2)
{
spark2.x = x
spark2.y = y
}
if instance_exists(spark3)
{
spark3.x = x
spark3.y = y
}