From FenixWiki
Definition
INT set_fps ( <INT fps> , <INT skip> )
Sets the framerate of the program.
Parameters
INT fps | - Frames per second to use.
|
INT skip | - Frames the program is allowed to skip if it's running low on processor time. This doesn't work for me in 0.83b.
|