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.
|
alarm[0] = 60
|
|
if (instance_number(oBattery) == 0 && instance_number(oA5CarrierBot) == 0 && instance_number(oBatteryExpl) == 0)
|
|
{
|
|
bot = instance_create(bot_x, bot_y, oA5CarrierBot)
|
|
bot.targetx = targetx
|
|
bot.targety = targety
|
|
bot.facing = facing
|
|
}
|