GetStr
Returns the Strength stat of the mobile with ObjID.
Возвращает характеристику Сила (Strength) мобайла с ObjID.
function GetStr(ObjID: Cardinal): Integer;
def GetStr(ObjID: int) -> int: ...
begin
AddToSystemJournal('Str: ' + IntToStr(GetStr(Self)));
end.
AddToSystemJournal(f'Str: {GetStr(Self())}')