Что я делаю не так?
Все скрипты беру с сайта но все врем ошибка вылетает 
22:47:04:671 [xamius]: Compiling
22:47:04:687 [xamius]: Compiler: [Error] (23.sc at 8:1):  Unknown identifier 'Hungry'
22:47:04:687 [xamius]: Compiling failed
22:47:04:687 [xamius]: Script 23.sc stopped successfuly
			
			
									
									
						Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7 
	Что делаю не так? Как запустить скрипт!
Прочитал топи так и не получилось.. Покажите пожалуйста на примереVizit0r wrote:http://stealth.od.ua/forum/viewtopic.php?t=1005
Code: Select all
Program Anatomy; 
var t : Integer; 
{$Include 'all.inc'} 
Begin  
SetARStatus(true); 
Hungry(1,backpack) <------------ что надо тут поставить? Hungry(1); не прокатил
while not Dead do 
begin 
  if Connected then 
  begin 
   for t := 0 to 10 do 
   begin 
        if TargetPresent then CancelTarget; 
        CheckTargetError(5,2); 
        CheckSave; 
   UseSkill('Anatomy'); 
                WaitTargetObject(self); 
   Wait(10000); 
   end; 
Hungry(1,backpack); ------------< Hungry(1); не прокатил
   end; 
end; 
End.
Re: Что делаю не так? Как запустить скрипт!
Тему можно закрывать вьехал)
			
			
									
									
						
