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 (special == 0)
|
|
{
|
|
state = (!state)
|
|
alarm[0] = 132
|
|
if (state == 1)
|
|
{
|
|
with (oA3AssemblyControl)
|
|
alarm[3] = 1
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if instance_exists(oAutoadPlayer)
|
|
{
|
|
if (state == 0)
|
|
{
|
|
state = 1
|
|
with (oA3AssemblyControl)
|
|
alarm[3] = 1
|
|
}
|
|
}
|
|
else
|
|
state = 0
|
|
alarm[0] = 30
|
|
}
|