* radio if (cmp(%astr%,radio), { emit({The radio emits a strange static sound.}); wait(10); emit({The radio crackles to life:}); emit({ "We have your position, Lieutenant."}); wait(11); if (greater(getdir(%bstr%),0), { emit({From the radio: "Coordinates confirmed."}); wait(5); emit({You hear the sound of an engine overhead.}); wait(15); emit({Nearby you hear explosions.}); bomb(getdir(%bstr%),50); echo(getdir(%bstr%),{You are hit with an airstrike!}); }, emit({From the radio: "Say again? We cannot confirm those coordinates."})); } );