PDA

View Full Version : Making use of GET



JustDan
12-18-2011, 12:02 PM
How can I make use of GET? I'm having a hard time deciphering the awesomeness that is Tillmen's ;loot to see how it's done. Is there a script that makes simple use of it?

All I'm trying to do is assign a variable based on the result of a BOUNTY command, and as far as I know, GET is the only way to do that, yes?

DaCapn
12-18-2011, 01:40 PM
Looks like you're getting to that point where you need to start opening up lich.rbw in a text editor and browsing through definitions.

Just ctrl+F for "def get" (or mor appropriately "def gets" since it's basically an alias for `gets`) and you'll see the details. Also, `checkbounty` might work to your purpose instead. That's what I use for any bounty task logic in my scripts.