SAIL - WantDestroySibDeposit

Gotowe kody SAIL'a, informacje na temat moddingu, itd.

Moderátor: zoNE

User avatar
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Příspěvky: 2061
Registrován: Fri Feb 17, 2006 3:44 pm
Location: Poland
Kontaktovat uživatele:

SAIL - WantDestroySibDeposit

Post od zoNE »

Serpent wrote:Zwraca prawdę jeżeli naukowiec o idencie unit chce skazić złoże o koordynatach x, y.

Code: Select all

Export Function WantDestroySibDeposit(unit, x, y);
begin

     if GetTaskList(unit) then
        begin
        if 'G' = GetTaskList(unit)[1][1] and
             x = GetTaskList(unit)[1][2] and
             y = GetTaskList(unit)[1][3] then
           result := true
            else
             result := false;
        end
         else
          result := false;
End;
Author: Serpent
Topic: https://forum.original-war.net/viewtopi ... =42&t=4546
Odpovědět