Cronus Posted June 18, 2017 Posted June 18, 2017 (edited) Well I have a class npc and I want by job request type it has to have job 4001 of apprentice to be able to transform into another class what the command ?? To check Edited June 18, 2017 by isaque1 fix Quote
Poring King Posted June 19, 2017 Posted June 19, 2017 (edited) use if else condition if(ExArcher){ } "Do this if he is archer "ChangetoMonk blablabla" else { "Do This "Sorry you are not archer you cant change class blablabla" } Edited June 19, 2017 by Poring King Quote
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.