Search found 2 matches

by Stiv
2009-06-22 22:07:30
Forum: Help
Topic: Старый добрый ламбер.
Replies: 5
Views: 1805

Незнаю мне это не помогло... Помог только такой способ:
[code]sub WaitForChange()
var mess
for var i=0 to 200
mess=uo.Journal(0)
if uo.injournal('There are no logs left here to chop.') then
return 1
endif
if uo.injournal('away to chop.') then
return 1
endif
if uo.injournal('reach this ...
by Stiv
2009-06-21 02:33:24
Forum: Help
Topic: Старый добрый ламбер.
Replies: 5
Views: 1805

Старый добрый ламбер.

Ветровский ламбер, все его уже на изусть наверно знают. Проблема такая
[code]
Sub WaitForChange()
var Text1=uo.GetName()+': You hack at the tree for a while, but fail to produce any useable wood.'
var Text2='There are no logs here to chop.'
var Text3="You can't reach this."
var Text4="That ...