Is it possible to attach a hotkey to a script method/function or to the whole script?
Thanks
Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7
Search found 3 matches
- 17.07.2011 4:10
- Forum: Помощь по скриптам
- Topic: Hotkeys
- Replies: 1
- Views: 3278
- 17.07.2011 3:45
- Forum: Помощь по скриптам
- Topic: FindType - Python
- Replies: 2
- Views: 4914
Re: FindType - Python
Now it works, thanks.
- 17.07.2011 3:27
- Forum: Помощь по скриптам
- Topic: FindType - Python
- Replies: 2
- Views: 4914
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 ...