Difference between pages "Talk:Galaktik cures discounted" and "Steal"

From Kolmafia
(Difference between pages)
Jump to navigation Jump to search
imported>StDoodle
(Created page with 'Maybe this should be in miscellaneous... but a few things here are already more about "Your World" than "Your Character." Still not sure how to handle that... --~~~~')
 
imported>Bale
(this was missing)
 
Line 1: Line 1:
Maybe this should be in miscellaneous... but a few things here are already more about "Your World" than "Your Character." Still not sure how to handle that... --[[User:StDoodle|StDoodle (#1059825)]] 23:33, 19 April 2010 (UTC)
+
{{
 +
#vardefine:name|steal}}{{
 +
#vardefine:return_type|buffer}}{{
 +
 
 +
FunctionPage|
 +
name={{#var:name}}|
 +
function_category=In-combat Consulting|
 +
 
 +
function1={{Function|
 +
name={{#var:name}}|
 +
aggregate={{#var:aggregate}}|
 +
return_type={{#var:return_type}}|
 +
return_also={{#var:return_also}}|
 +
}}|
 +
 
 +
function_description=Attempts to pickpocket during a consult script, and returns the html response text from said attempt.|
 +
 
 +
needscode=yes|
 +
 
 +
see_also={{SeeAlso|attack|throw_item|throw_items|use_skill}}|
 +
cli_equiv=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.)|
 +
more_info= See [[Custom_Combat_Script#Consult_Scripts|Consult Scripts]] for more information.|
 +
special=Returns an empty buffer if used outside of a consult script.|
 +
}}

Revision as of 08:07, 3 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.