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.
|
flashing = 5
|
|
sfx_stop(sndTesterBarrierHit)
|
|
sfx_play(sndTesterBarrierHit)
|
|
if (myhealth <= 0)
|
|
{
|
|
enabled = 0
|
|
if (global.difficulty >= 2)
|
|
alarm[0] = 400
|
|
sfx_play(sndTesterBarrierDown)
|
|
}
|