(5.5.0) scribble_init - JujuAdams/ScribbleOldDocs GitHub Wiki

scribble_init(fontDirectory, defaultFont, autoScan)

Returns: Whether initialisation was successful (true or false)

Argument Name Purpose
0 fontDirectory Directory to look in (relative to GameMaker's file sandbox) for font .yy files
1 defaultFont Name of the default Scribble font to use, as a string
2 autoScan Whether or not to automatically find normal font .yy files in the font directory.

N.B. The autoScan feature only works for normal fonts (non-spritefont)