Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 3 matches

by Tiger
29.08.2006 17:41
Forum: Помощь по скриптам
Topic: taming
Replies: 5
Views: 10667

20:13:54: Compiler: [Error] (animal_taming.sc at 27:1): Type mismatch
by Tiger
28.08.2006 16:23
Forum: Помощь по скриптам
Topic: taming
Replies: 5
Views: 10667

Мне было лучше если мой скрипт исправили там ошибка
by Tiger
28.08.2006 12:50
Forum: Помощь по скриптам
Topic: taming
Replies: 5
Views: 10667

taming

program animal_taming; var animal:word; begin uosay('all release'); repeat if (getquantity(findtype($00C9,ground))>0) then begin animal:=$00C9; end else begin if (getquantity(findtype($00D9,ground))>0) then begin animal:=$00D9; end else begin AddToSystemJournal('Reset'); IgnoreReset(); end; end; Fi...