
Search found 5 matches
- 2006-05-17 23:06:36
- Forum: General
- Topic: uo.injournal() Dont read Sys Message
- Replies: 7
- Views: 3100
- 2006-05-17 13:46:19
- Forum: General
- Topic: uo.injournal() Dont read Sys Message
- Replies: 7
- Views: 3100
- 2006-05-17 13:34:08
- Forum: General
- Topic: uo.injournal() Dont read Sys Message
- Replies: 7
- Views: 3100
- 2006-05-17 13:07:46
- Forum: General
- Topic: uo.injournal() Dont read Sys Message
- Replies: 7
- Views: 3100
- 2006-05-17 04:03:30
- Forum: General
- Topic: uo.injournal() Dont read Sys Message
- Replies: 7
- Views: 3100
uo.injournal() Dont read Sys Message
i wanna detect bandage operation or special move
so if i write:
sub Check()
if uo.injournal('mortally') then
uo.print('you have big problem')
uo.deletejournal()
end if
end sub
calling the sub it will detect only if i or someone tell the word ...
so if i write:
sub Check()
if uo.injournal('mortally') then
uo.print('you have big problem')
uo.deletejournal()
end if
end sub
calling the sub it will detect only if i or someone tell the word ...