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");
}
}
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");
}
}