I'm trying to get this to work. but for some reason, even if I have the spell runes ready on my test acc, it still runs as if it cannot detect the spell.
program New;
{.Include SRL/SRL.Scar}
{.Include SRL/SRL/Skill/Magic.Scar}
begin
setupsrl;
setupmagic;
If Cast('Telekinetic Grab') then
writeln (' we can cast');
end.



Reply With Quote














