Petey Pablo Posted May 27, 2012 Posted May 27, 2012 how to disable novice lvl 1?? thanks Script: LMS.txt Quote
SlashGeeGee Posted May 27, 2012 Posted May 27, 2012 (edited) menu "Register",-,"What is LMS?",what,"Leave",leave; if ( baselevel < 99 ) { mes "you have to be level 99 to participate"; close; } Edited May 27, 2012 by SlashGeeGee Quote
GM Takumirai Posted May 27, 2012 Posted May 27, 2012 if (Class == 0) goto L_Novice; L_Novice: mes "Welcome "+strcharinfo(0)+","; mes "You're not allowed to go inside, Novice is not allowed"; close; Quote
Question
Petey Pablo
how to disable novice lvl 1?? thanks
Script:
LMS.txt
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.