Kariton Revolution Posted July 15, 2014 Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount == 3 prtg_cas03 ){ mes "Sorry only reborn 0,1 and 2 are can enter this map"; i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03 only 2,1 and 0 reborn can enter can anyone help me? Quote
anacondaq Posted July 15, 2014 Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" ) dispbottom "You can't enter inside."; end; Quote
Kariton Revolution Posted July 15, 2014 Author Posted July 15, 2014 OnPCLoadMapEvent: if( reborncount >= 3 ) && ( strcharinfo(3) == "prtg_cas03" ) dispbottom "You can't enter inside."; end; why it also warping 0 reborn character? Quote
Question
Kariton Revolution
i have an reborn system on my ro and i want to make if the player have 3 reborn and up he can't enter to prtg_cas03
only 2,1 and 0 reborn can enter
can anyone help me?
2 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.