Подскажите как....
Moderators: Murderator+, Murderator
-
~Del Quadro Gizmo
- Posts: 9
- Joined: 2005-06-04 00:21:21
- Contact:
Подскажите как....
....реализовать в скрипте, если написано 'You are too tired' то использовался бы uo.usetype 'бла-бла' .
Заранее благодарю!
Заранее благодарю!
Code: Select all
if uo.injournal('You are too tired') then
uo.usetype 'бла-бла'
endif[url=http://drw.ru/][img]http://userbars.ru/data/media/14/drw_proud.gif[/img][/url]
-
~Del Quadro Gizmo
- Posts: 9
- Joined: 2005-06-04 00:21:21
- Contact:
Спасибо, как всё было простоLeo wrote:Code: Select all
if uo.injournal('You are too tired') then uo.usetype 'бла-бла' endif
-
~Del Quadro Gizmo
- Posts: 9
- Joined: 2005-06-04 00:21:21
- Contact:
Code: Select all
if uo.stamina==5 then
uo.usetype 'бла-бла'
endif[url=http://drw.ru/][img]http://userbars.ru/data/media/14/drw_proud.gif[/img][/url]
-
~Del Quadro Gizmo
- Posts: 9
- Joined: 2005-06-04 00:21:21
- Contact:
СпасибоLeo wrote:Code: Select all
if uo.stamina==5 then uo.usetype 'бла-бла' endif
-
~Del Quadro Gizmo
- Posts: 9
- Joined: 2005-06-04 00:21:21
- Contact: