grrr.... what about now?
Lua syntax error:[string "function Trigger3250.."]:4: unexpected symbol near '?'
Spell_list = {“Displacement", "Harden body", "Vitality", "Domination", "Godly embrace", "Remove curse", "Cancellation", "Dampening field", "Skin", "Windblast", "Fly", "Preserve", "Summon", "Third attack", "Flesh armor", "Absorb", "Aim", "Negation", "Cure critical", "Fast healing", "Energy containment", "Magical rush", "Prayer of fortune", "Spirit shield", "Sanctuary", "Intellect fortress", "Cleansing", "Indestructible aura", "Ground strike", "True seeing", "Ice storm", "Heal", "Stone skin", "Calculation", "Divine swiftness", "Sustenance", "Power grip", "Fourth attack", "Awareness", "Berserk", "Solar Flare", "Champions strength", "Revelation", "Reskin", "Charge", "Wolf spirits", "Slit", "Holy aura", "Channel energy", "Line of protection", "Heat shield", "Hydroblast", "Mist form", "Herbal remedy", "Warmth", "Grey aura", "Compression", "Web", "Dissolve", "Renew", "Blockexit", "Locate corpse", "Energy ball", "Illuminate", "Unlawful entry", "Antimagic shell", "Recon", "Strangle", "Vaccinate", "Acidproof", "Retreat", "Second attack dual", "Spirit strike", "Power of faith", "Energy shield", "Knock", "Translocate", "Awakening", "Earth shroud", "Shockproof", "Holy mirror", "Bashdoor", "Disrupt", "Solidify", "Panic", "Rejuvenate", "Survey", "Camp", "Reverse align", "Lightspeed", "Self harmony", "Resonate", "Miracle", "Holy word", "Wayfind", "Third attack dual", "Toxic resistance", "Counter strike", "Party harmony", "Restore life", "Party shield", "Tempest", "Eruption", "Incomplete healing", "Merge chaos”}
if table.contains(Spell_list, matches[2])
then echo("gt I can now prac: " .. matches[2])
end
I don't see a '?' anywhere in there.... help?