Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 3 matches
- 29.08.2006 17:41
- Forum: Помощь по скриптам
- Topic: taming
- Replies: 5
- Views: 10667
- 28.08.2006 16:23
- Forum: Помощь по скриптам
- Topic: taming
- Replies: 5
- Views: 10667
- 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...