# createbutton("filename.bmp","Gizmo Name",transparency flag, X Pos on Skin, Y Pos on Skin, Source X, Source Y, Width, Height, Number of highlight Images)
# createTwoStateButton("filename.bmp","Gizmo Name",transparency flag, X Pos on Skin, Y Pos on Skin, Source X, Source Y, Width, Height, Number of highlight Images)
# createHSlider("filename.bmp","Gizmo Name", transparency flag, X Start of Slider, Y Start of Slider, slider width in pixels, Source X, Source Y, Width, Height, Number of highlight Images)
# createVSlider("filename.bmp","Gizmo Name", transparency flag, X Start of Slider, Y Start of Slider, slider height in pixels, Source X, Source Y, Width, Height, Number of highlight Images)
# createGraphicTextbox("filename.bmp","Gizmo Name", transparency flag, X Start of textbox, Y Start of textbox, width of text box, Source X, Source Y, Width (ignored if proportional), Height, proportional flag, scrolling flag, scroll number pixels per frame)
# createFontTextbox("font name","Gizmo Name", X Start of textbox, Y Start of textbox, Width of text box, Height of text box, point size, bold level(0-3), ital flag, underline flag, font red, font green, font blue, aa red, aa green, aa blue, scrolling flag, scroll number pixels per frame)
# createHighlightAnimation("filename.bmp","Gizmo Name",transparency flag, X Pos on Skin, Y Pos on Skin, Source X, Source Y, Width, Height, animation index #, animation index #, ... )
# createAnimation("filename.bmp","Gizmo Name",transparency flag, X Pos on Skin, Y Pos on Skin, Source X, Source Y, Width, Height, animation loop delay, animation index #, animation index #, ... )
# createComboBox("font name","Gizmo Name", X Start of combobox, Y Start of combobox, Width of combo box, Height of combo box, point size, font red, font green, font blue, aa red, aa green, aa blue)
#
# NOTE: The "gizmo name" determines the function performed. If no match is found, the button/slider/whatever is assumed to be visual only.