Table of Contents

Before you can cast spell you need to find mana, spellbook and learn a spell.

void Update()
{
    if (Input.GetKeyDown(KeyCode.F2)) // Heal
    {
         Say("Yn Mana");
    }
}