10-30-2013, 03:17 PM
(10-30-2013, 02:57 PM)KaWeNGoD Wrote:Code:function Summon.ClassCanSummon()
return (Player.job == 26 or Player.job == 27)
end
from what I've read here https://github.com/MMOMinion/FFXIVMinion...umerations it is recommended to use the Enumerations (since the result could change with a patch)