//////////////////////
// FoV Changer v1.0 //
//////////////////////
//    by Sciptio    //
//////////////////////
// Just add the line exec("scipt_fov.cs"); to your autoexec.cs

//Dont touch the line below
editActionMap("playMap.sae");

//User config Area
//Defaults are F5 through to F8
//You may change the number section to bind a fav Fov
bindCommand(keyboard0, make, "f5", TO, "$pref::playerfov=80;");
bindCommand(keyboard0, make, "f6", TO, "$pref::playerfov=90;");
bindCommand(keyboard0, make, "f7", TO, "$pref::playerfov=100;");
bindCommand(keyboard0, make, "f8", TO, "$pref::playerfov=120;");
