Se encontraron 4 coincidencias

od používateľa Kalmageddon
Jue Jun 07, 2007 4:11 pm
Fórum: Mod Showcase
Téma: Finnish (Pre)History - The Mod
Odpovedí: 3
Zobrazení: 4227

Finnish (Pre)History - The Mod

I'd like to announce that I started making 'Finnish (Pre)History - The Mod' with team of friends. More info on http://www.finnishmod.dbv.pl.
od používateľa Kalmageddon
Sab Jun 02, 2007 3:16 pm
Fórum: Archive
Téma: Sail - przejmowanie gosci!!
Odpovedí: 2
Zobrazení: 2793

Not sure that it's it, I used translator to understand what you said... :?

As every:

Código: Seleccionar todo

every 0$1 See(side1,unit) do
begin
SetSide(unit,side1);
end;
As if-then

Código: Seleccionar todo

if See(side1,unit) then begin
SetSide(unit,side1);
end;
od používateľa Kalmageddon
Sab Jun 02, 2007 8:40 am
Fórum: General Discussion
Téma: Severance Recruitation!
Odpovedí: 1
Zobrazení: 8967

Severance Recruitation!

Terve! I want to announce that Severance Original War Division starts the recruitation. If you want to join, contact me on: 1) ICQ - 360291595 2) E-mail - mr.kalmageddon(at)yahoo.se 3) GameSpy Arcade - =SvC=Kalmageddon*DL 4) Here. http://img99.imageshack.us/img99/254/propagandeposterwg7.th.jpg We wa...
od používateľa Kalmageddon
Vie Jun 01, 2007 2:43 pm
Fórum: Archive
Téma: Konczenie misji/Sail
Odpovedí: 3
Zobrazení: 2922

Código: Seleccionar todo

every 0$1 trigger IsInArea(Heike,area_id) do
begin
 AddMedal(medal1_id,+1);
 AddMedal(medal2_id,+1);
 AddMedal(medal3_id,+1);

 SaveCharacters(Heike,'Heike');
 RewardPeople(filterallunits[f_side,GetSide(Heike)]);
 YouWin;
end;
But I'm not sure.