summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Scroll.c
blob: a66bb32eb3778a2145e752edd285827817ee14e3 (plain)
1
2
3
4
5
6
7
8
9
10
#strict
#appendto SCRL
static SpID;

func Initialize()
{
 SpID=[ABLA,MBOT,MFRB,MDBT,GVTY,MBRG,MMTR,MLGT,CAHE,MSSH,MINV,MFFS,MQKE,ELX1,MICS,MARK];
 SetSpell(SpID[Random(16)]);
 return(_inherited());
}