Code: Select all
Program AntiGm;
begin
while dead = false do
begin
if LastJournalMessage='You see: Имя ГМА' then begin
uosay ('трали - вали ');
wait (3000);
end;
end;
end.
Code: Select all
трали - вали
Code: Select all
Program AntiGm;
begin
while dead = false do
begin
if LastJournalMessage='You see: Имя ГМА' then begin
uosay ('трали - вали ');
wait (3000);
end;
end;
end.
Code: Select all
трали - вали