Throw item

From Kolmafia
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

buffer throw_item(item throw )

  • throw is the first item to use

This function attempts to use an item during a combat round, and returns the html response from said attempt.

CLI Equivalent

The CCS action "item" has the same effect (if supplied an item name). (You can change your CCS with the command "ccs" on the CLI.)

See Also

attack() | runaway() | throw_items() | use_skill()

More Information

See Consult Scripts for more information.

Special

Only uses one of the specified item, even if the character in question has ambidextrous funkslinging.

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