function SetNecromancerClass(Player) -- Necromancer specific stats Player:SetMaxHealth(30) Player:SendMessage("You are now a Necromancer! Type /necromancer abilities to see your powers.") -- Add abilities from abilities file (which is loaded in main.lua) -- You can define abilities inside your class system or pull from an external file Player:SetClass("Necromancer") end