yes it is. but itīs not working. What i mean is instead of writing Heal(...) i want to for example take a string that hold "Heal" inside and place that string before the (...)

STRING* spell_id = "Heal";

spell_id(...)

But that doesnt work.