Difference between revisions of "Htmlform"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{TOCright}}{{DISPLAYTITLE:HTMLform (htmlform.ash)}} == About jasonharper's Form Library == It does stuff with forms. Like Magic. This is obviously placeholder text, duh. == Fun…')
 
imported>Bale
(forgot this important effect)
Line 1: Line 1:
 
{{TOCright}}{{DISPLAYTITLE:HTMLform (htmlform.ash)}}
 
{{TOCright}}{{DISPLAYTITLE:HTMLform (htmlform.ash)}}
 
== About jasonharper's Form Library ==
 
== About jasonharper's Form Library ==
It does stuff with forms. Like Magic. This is obviously placeholder text, duh.
+
It does stuff with forms. Like Magic. Also, it turns your body into html so that all your attacks will do html damage. This is obviously placeholder text, duh.
  
 
== Functions ==
 
== Functions ==

Revision as of 08:25, 29 November 2010

About jasonharper's Form Library

It does stuff with forms. Like Magic. Also, it turns your body into html so that all your attacks will do html damage. This is obviously placeholder text, duh.

Functions

write_header

void write_header()

Writes the header, yo.


Making use of HTMLform

To include this library in your script, simply add the following towards the top of your script:

import "htmlform.ash";

Then all these functions will be available in your script. Have fun!

More Information

See the thread for HTMLform on the KoLmafia forum here.