Please could you tel me haw the text from the Text Window can be read from any script and store this text in variable?
for exapmle
sub hawreadfromtextwindow()
var a
uo.exec("textclear")
uo.exec("info") // or infotile, infogump
a=uo.readfromtextwindow() // I need this function
Im sorry ...
Search found 8 matches
- 2006-02-07 19:05:14
- Forum: General
- Topic: Text Window
- Replies: 0
- Views: 969
- 2005-07-16 03:08:37
- Forum: General
- Topic: message upper objects
- Replies: 8
- Views: 5643
- 2005-07-16 02:59:02
- Forum: General
- Topic: message upper objects
- Replies: 8
- Views: 5643
- 2005-07-16 02:09:54
- Forum: General
- Topic: message upper objects
- Replies: 8
- Views: 5643
- 2005-07-15 22:35:43
- Forum: General
- Topic: message upper objects
- Replies: 8
- Views: 5643
message upper objects
Is it possible to print any message above objects in client?
anything as uo.print('Object','Text')
anything as uo.print('Object','Text')
cursor
I known ID object and I want to change cursor in client. Only way to do it, that I known, is use function uo.exec("attack","ID"). But it has two unadvantages. First every body around me see it(they see "Name is attacking Name"). In second it crach my spell durring cast.
Is there any other way?
Is there any other way?