Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 3 matches

by Sephy
17.07.2011 4:10
Forum: Помощь по скриптам
Topic: Hotkeys
Replies: 1
Views: 3266

Hotkeys

Is it possible to attach a hotkey to a script method/function or to the whole script?
Thanks
by Sephy
17.07.2011 3:45
Forum: Помощь по скриптам
Topic: FindType - Python
Replies: 2
Views: 4907

Re: FindType - Python

Now it works, thanks.
by Sephy
17.07.2011 3:27
Forum: Помощь по скриптам
Topic: FindType - Python
Replies: 2
Views: 4907

FindType - Python

I'm trying to use FindType - Python script - thing is I'm getting an error... obj = FindType($0E21, Backpack()) if Count(obj) > 0: UOSay('found') else: UOSay('not found') The error is: obj = FindType($0E21, Backpack()) ^ SyntaxError: invalid syntax PS: if I enter an int number (200 for example) the ...