/mob/verb/ThisIsATest(T as text)
var/l = findtext(T,"[")
var/p = copytext(l,l+26)
world << p
Problem description:
I want to find "[##] [##] [##] [##] [##] [##]" in a block of text. But i get this error:
unterminated text expression (expecting ])
Thanks in advance, Lcooper.