mob/Stat()
statpanel("Spell List One",src.spell)
statpanel("Spell List Two",src.spell2)
statpanel("Spell List Three",src.spell3)
if(statpanel("Spell List One"))
stat("\icon[src.spell[0]]","[src.spell[0].name]")
stat("\icon[src.spell[1]]","[src.spell[1].name]")
stat("\icon[src.spell[2]]","[src.spell[2].name]")
if(statpanel("Spell List Two"))
stat("\icon[src.spell2[0]]","[src.spell2[0].name]")
stat("\icon[src.spell2[1]]","[src.spell2[1].name]")
stat("\icon[src.spell2[2]]","[src.spell2[2].name]")
if(statpanel("Spell List Three"))
stat("\icon[src.spell3[0]]","[src.spell3[0].name]")
stat("\icon[src.spell3[1]]","[src.spell3[1].name]")
stat("\icon[src.spell3[2]]","[src.spell3[2].name]")
Problem description:
It says that the embedded variables are bad embedded expressions.