every 0$1 trigger See(strona od 1 do 8,identyfikator goscia) do
begin
SetSide(identyfikator goscia,strona na ktora chcesz zamienic goscia);
end;
tak bedzie dobze!!
a tamtem ma zle:P
Sail - przejmowanie gosci!!
Sail - przejmowanie gosci!!
Zuletzt geändert von tex am Sa Jun 02, 2007 6:52 pm, insgesamt 2-mal geändert.

- Kalmageddon
- Soldier level 0
- Messages : 4
- Inscription : Fr Jun 01, 2007 2:34 pm
- Wohnort : HELLsinki, Suomi - Finland [actually Wroclaw, Poland]
- Contact :
Not sure that it's it, I used translator to understand what you said... 
As every:
As if-then

As every:
Code: Alles auswählen
every 0$1 See(side1,unit) do
begin
SetSide(unit,side1);
end;
Code: Alles auswählen
if See(side1,unit) then begin
SetSide(unit,side1);
end;