astralprojection 35 Posted September 17, 2018 I wish to check joblevel of the invoking player . how to code it? if( sd-> "joblevel" < 40) return false; Quote Share this post Link to post Share on other sites
0 master@ragna 12 Posted September 17, 2018 if (JobLevel < 10) { mes "You need JobLevel more than 10."; close; } Quote Share this post Link to post Share on other sites
0 Rebel 23 Posted September 17, 2018 (edited) 4 hours ago, astralprojection said: I wish to check joblevel of the invoking player . how to code it? if( sd-> "joblevel" < 40) return false; if (sd->status.job_level < 40) return false; Edited September 17, 2018 by Rebel 2 freezing1 and astralprojection reacted to this Quote Share this post Link to post Share on other sites
0 astralprojection 35 Posted September 17, 2018 3 hours ago, Rebel said: if (sd->status.job_level < 40) return false; Thank you @Rebel it works like a charm. Quote Share this post Link to post Share on other sites
I wish to check joblevel of the invoking player . how to code it?
if( sd-> "joblevel" < 40) return false;
Share this post
Link to post
Share on other sites