Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 1 match
- 28.02.2006 16:19
- Forum: Помощь по скриптам
- Topic: Veterinary - помогите.
- Replies: 2
- Views: 6867
Veterinary - помогите.
Program Vetry; var t : Integer; bandage:Cardinal; {$Include 'all.inc'} Begin SetARStatus(true); Hungry(1,backpack); clearjournal; while not Dead do begin if Connected then begin for t := 0 to 10 do begin if TargetPresent then CancelTarget; CheckSave; bandage:=findtype($0E21,ground); UseObject(bandag...