Kód: Vybrat vše
ComHold(units:plist);
Kód: Vybrat vše
ComFree(humans:plist);
Kód: Vybrat vše
ComInvisible(humans:plist);
Kód: Vybrat vše
ComCrawl(humans:plist);
Kód: Vybrat vše
ComWalk(humans:plist));
Kód: Vybrat vše
ComPlaceDelayedCharge(humans:plist, x:integer, y:integer, un:integer);
Kód: Vybrat vše
ComPlaceRemoteCharge(humans:plist, x:integer, y:integer, un:integer;
Kód: Vybrat vše
ComFireExplosives(humans:plist);
Kód: Vybrat vše
ComRepairBuilding(humans:plist, building:integer);

Kód: Vybrat vše
ComDismantle(humans:plist, building:integer);
Kód: Vybrat vše
ComRepairVehicle(humans:plist, vehicle:integer);
Kód: Vybrat vše
ComLinkTo(vehicles:plist, human:integer);
Kód: Vybrat vše
ComBuildBehemoth(humans:plist, b_behemoth, x:integer, y:integer, r:integer);
Kód: Vybrat vše
ComHeal(humans:plist, unit:integer);
Kód: Vybrat vše
ComTameXY(humans:plist, x:integer, y:integer);
Kód: Vybrat vše
ComHack(humans:plist, vehicle:integer);
Kód: Vybrat vše
ComTimeShift(humans:plist, x:integer, y:integer);
Kód: Vybrat vše
ComSpaceShift(humans:plist, x:integer, y:integer);
Ustawienie wyjścia z teleportu
Kód: Vybrat vše
ComTeleportExit(humans:plist, x:integer, y:integer, teleport:integer);
Kód: Vybrat vše
ComAttackSoporific(humans:plist, unit:integer);
Kód: Vybrat vše
ComBuild(humans:plist, building:integer, x:integer, y:integer, r:integer);
Kód: Vybrat vše
ComCarabine(sheiks:plist);
Kód: Vybrat vše
ComSabre(sheiks:plist);
Kód: Vybrat vše
ComContaminate(humans:plist, x:integer, y:integer);
Kód: Vybrat vše
ComHiddenCamera(humans:plist, x:integer, y:integer);
Kód: Vybrat vše
ComForceInvisible(humans:plist);
Kód: Vybrat vše
ComRepairBuilding(humans:plist, building:integer);
Kód: Vybrat vše
ComStand(humans:plist);
Kód: Vybrat vše
ComStop(units:plist);
Kód: Vybrat vše
ComTurnXY(units:plist, x:integer, y:integer);
Kód: Vybrat vše
ComTurnUnit(units:plist, un:integer);
Kód: Vybrat vše
ComWait(units:plist, time:integer);
Kód: Vybrat vše
ComEnterUnit(humans:plist, unit:integer);
Kód: Vybrat vše
ComExitBuilding(humans:plist);
Kód: Vybrat vše
ComExitVehicle(humans:plist);
Kód: Vybrat vše
ComRemember(units:plist)
b_behemoth - identyfikator behemotha jako budynku w SAILu
building - budynek
human - czlowiek
humans - ludzie
sheiks - szejkowie
teleport - identyfikator teleportu
time - czas
un - jednostka
unit - jednostka (w tym przypadku człowiek lub małpa)
units - jednostki
vehicle - pojazd
vehicles - pojazdy
x - wspolrzedne x na mapie
y - wspolrzedne y na mapie
r - rotacja; od 0 do 5; (ze wskazowkami zegara) 0 - godzina 1; 1 godzina 3; 2 - godzina 5; 3 - godzina 7; 4 - godzina 9; 5 - godzina 11
Atrybuty:
plist - lista jednostek, uwaga: lista moze byc także jednoelementowa
integer - liczba całkowita / pojedyńcza jednostka
Uwagi:
Nie znam kodu na postawienie wyjscia z teleportu, skazenia syberytu czy pocisku przestrzennego, wiec ich tu nie ma ^^ Jak ktos je zna, niech doda
Niektore czynnosci moga robic postacie w ogole nie przeznaczone do tego, np: rusek czy arab moga byc czesciowo niewidzialni.
W leczeniu humans oznacz jednostki leczace, a unit ranna.
By postac znowu stala sie widzialna wystarczy zadac jej jakakolwiek ina czynnosc.
Oswajanie malpoluda polega na oswajaniu ktoregokolwiek z nich w zasiegu widoku naukowca. Wspolrzedne to miejsce w ktorym postac rozpoczyna oswajanie.
Przed kazda komende mozna wprowadzic slowko Add (np: AddComHeal). Oznacza to ze polecenie zostanie wykonane dopiero po zakonczeniu potrzedniego. To tak jak dzialanie shiftem podczas planowania i aktywnej pauzy.
// edited by Gothuk