Difference between revisions of "Steal"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(this was missing)
 
imported>Bale
m
 
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=In-combat Consulting|
 
  
 
function1={{Function|
 
function1={{Function|
Line 23: Line 22:
 
special=Returns an empty buffer if used outside of a consult script.|
 
special=Returns an empty buffer if used outside of a consult script.|
 
}}
 
}}
 +
 +
[[Category:In-combat Consulting]]

Latest revision as of 22:24, 21 May 2010

needs(code_samples);

Function Syntax

buffer steal()

Attempts to pickpocket during a consult script, and returns the html response text from said attempt.

CLI Equivalent

The CCS entry of "try to steal an item" accomplishes the same function. (You can change your CCS with the command "ccs" on the CLI.)

See Also

attack() | throw_item() | throw_items() | use_skill()

More Information

See Consult Scripts for more information.

Special

Returns an empty buffer if used outside of a consult script.