Runaway

From Kolmafia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
needs(code_samples);

Function Syntax

buffer runaway()

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

CLI Equivalent

The CCS entry of "run away" 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.