summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/Scroll.c
blob: 07a55d616226c7abf8a2ed984f8a5c004243bb7b (plain)
1
2
3
4
5
6
7
8
9
10
#strict 2

#appendto SCRL

func Initialize()
{
	var spells = [ABLA, MBOT, MFRB, MDBT, GVTY, MMTR, MLGT, CFAL, MSSH, MINV, MQKE, MARK, MFWV, MGFL];
	SetSpell(spells[Random(GetLength(spells))]);
	return _inherited();
}