Runaway

From Kolmafia
Revision as of 18:53, 10 March 2010 by imported>StDoodle (Created page with '{{ #vardefine:name|runaway}}{{ #vardefine:return_type|buffer}}{{ FunctionPage| name={{#var:name}}| function_category=In-combat Consulting| function1={{Function| name={{#var:nam…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

buffer runaway()

Attempts to run away from combat during a consult script, and returns the fight page text of the resulting round.

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_items() | use_skill()

More Information

See Consult Scripts for more information.

Special

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