Code:
f.u.n.c. .a.t.t.a.c.k.w.a.l.k.(.).....{.....h.e.r.o.p.a.u.s.e.(.).;.....H.e.r.o.R.o.t.a.t.e.T.o.P.e.r.s.o.n.(.3.9.).;.....P.e.r.s.o.n.S.e.t.M.o.v.e.T.i.m.e.O.u.t.(.3.9.,.7.5.0.).;.....R.u.n.B.a.t.t.l.e.S.w.o.r.d.s.(.).;....././.S.e.t.B.i.l.l.b.o.a.r.d.T.e.x.t.(.".F.i.g.h.t. .!.!.!.".,.7.5.0.).;.....p.e.r.s.o.n.g.o.t.o.p.e.r.s.o.n.(.3.9.,.0.,.3.).;.....h.e.r.o.u.n.p.a.u.s.e.(.).;.....r.u.n.b.a.t.t.l.e.(.3.9.).;.....}
This is from the second file and it seems like a script to me and it's similar to other scripts of the game so I think that these files contain text data atleast.
A script from the game for comparison:
Code:
func StartDialog(id0,id1)
{
var sc0 = GetLivePersonsCount(20);
var sc1 = GetLivePersonsCount(25);
var sc = sc0 + sc1;
if(sc < 2)
{
DoDialog(0,240,"_hrad_win");
}
DialogEnd();
}