Limestone's post in Job_Master was marked as the answer
//===== rAthena Script =======================================
//= Job Master
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
//= 1.3
//===== Compatible With: =====================================
//= rAthena SVN r16114+
//===== Description: =========================================
//= A fully functional job changer.
//===== Additional Comments: =================================
//= 1.0 Initial script.
//= 1.1 Fixed reset on Baby job change.
//= 1.2 Added Expanded Super Novice support and initial Kagerou/Oboro support.
//= 1.3 Kagerou/Oboro added.
//============================================================
prontera,152,187,6 script Job Master 412,{
+if(Class==0||BaseLevel>=100){
+ mes "[Job Master]";
+ mes "Your'e too late to change job your'e level exeeds beyond expectation";
+ close;
+}
function Job_Menu; function A_An;