Difference between revisions of "Attack"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 14: Line 14:
 
}}|
 
}}|
  
function_description=Attacks with your weapon during a consult script, and returns the fight page text of the resulting round.|
+
function_description=Attacks with your weapon during a consult script, and returns the html response text from said attempt.|
  
 
needscode=yes|
 
needscode=yes|

Revision as of 19:00, 10 March 2010

needs(code_samples);

Function Syntax

buffer attack()

Attacks with your weapon during a consult script, and returns the html response text from said attempt.

CLI Equivalent

The CCS entry of "attack with weapon" accomplishes the same function. (You can change your CCS with the command "ccs" on the CLI.)

See Also

runaway() | throw_items() | use_skill()

More Information

See Consult Scripts for more information.

Special

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