Search found 3 matches

by Purple Haze
2005-02-13 22:15:28
Forum: Help
Topic: Changing color of print's command
Replies: 1
Views: 977

Changing color of print's command

Well, I just want to know if is it possible change the color of text when u send the command:
uo.print("....")

Could someone help me again?
Ty!
by Purple Haze
2005-02-13 10:22:10
Forum: Help
Topic: About find item at the ground
Replies: 3
Views: 1120

someone help me here please ;0
by Purple Haze
2005-02-13 10:07:13
Forum: Help
Topic: About find item at the ground
Replies: 3
Views: 1120

About find item at the ground

I want to do one script that reads if it has empty bottle on the ground or not.... if has, the script grab 'em .... like that:

emptybottle = "0F0E"

if Uo.FindItemAtTheGround("emptybottle") > 1 then
uo.exec("grab 'emptybottle'")
else
uo.print("You didn't find a emptybottle")
endif

Could ...