Check Color in Journal

Requests of new features and reports on bugs needs to be fixed

Moderators: Murderator+, Murderator

Post Reply
The RingS
Posts: 3
Joined: 2004-12-10 22:12:12
Contact:

Check Color in Journal

Post by The RingS »

InJournal whit an if color == 0x000

thx^^

Bye :)
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

Code: Select all

sub zzzzzzzz()
var i
uo.textclear()
for i=10 to 0 step -1
uo.textprint(uo.JournalSerial(i)+"| "+uo.JournalColor(i)+"| "+uo.Journal(i))
next
uo.textopen()
end sub


from version 41?.? (4A2)
The RingS
Posts: 3
Joined: 2004-12-10 22:12:12
Contact:

Post by The RingS »

thx a lot :)
Post Reply