Page 1 of 1

Sail - przejmowanie gosci!!

Posted: Sat Jun 02, 2007 3:05 pm
by tex
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

Posted: Sat Jun 02, 2007 3:16 pm
by Kalmageddon
Not sure that it's it, I used translator to understand what you said... :?

As every:

Code: Select all

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

Code: Select all

if See(side1,unit) then begin
SetSide(unit,side1);
end;

Posted: Sat Jun 02, 2007 4:29 pm
by Radzio
Ten temat byl juz poruszany.
----------------------------------------
To Kalmageddon: This topic has been already on forum.