How to get current job stats
How to get current job stats
Good afternoon. I've been running searches on Google and this forum and haven't found an answer to how to get the current stats of a job for a LUA script. I can get current HP with player:getHP(). Is there a similar counterpart for obtaining the current stat for STR, DEX, etc?
-
- Posts: 129
- Joined: Wed May 27, 2015 4:23 pm
Re: How to get current job stats
player:getStat(MOD_XYZ)
Replace XYZ with specific stat such as INT, MND, STR, etc
Replace XYZ with specific stat such as INT, MND, STR, etc