Ok another problem. If i´m writing

engine_getscript("Heal");

The spell is found.

If i use a STRING that contains "Heal" it´s not finding anything. I want something like this. Maybe it has to be a char? But that also didnt work.

STRING* spell_type = "Heal";
engine_getscript(spell_type);