Attack

From Kolmafia
Revision as of 22:23, 21 May 2010 by imported>Bale
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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_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.