Cronus Posted June 18, 2017 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 02/01/17 Last Seen: September 23, 2017 Share 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 Link to comment Share on other sites More sharing options...
Poring King Posted June 19, 2017 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share 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 Link to comment Share on other sites More sharing options...
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.