Hi,
I'm attempting to code an advanced spell based on the following example found in TFS 1.2 looking for unique area spell (https://otland.net/threads/tfs-1-2-looking-for-unique-area-spell.278764/):
local combats = {}
local areas = {
-- Area 1
{{1, 0, 1, 0, 1, 0, 1},
{0, 1, 0, 1...