» Index > Modding Archive > SAIL - WantHeal
SAIL - WantHeal
Serpent pisze:Funkcja zwraca prawdę jeśli naukowiec (sci) chce leczyć jednostkę (unit).
Kod:
Export Function WantHeal(sci, unit); begin if GetTaskList(sci) > 0 then begin if GetTaskList(sci)[1][1] = 'l' and GetTaskList(sci)[1][4] = unit then result := true else result := false; end else result := false; End;
Author: Serpent
Topic: https://forum.original-war.net/viewtopic.php?f=42&t=4560
» Index > Modding Archive > SAIL - WantHeal



