# magik $SpellListStr = "
" i = 0 :CombatSpellLoop $ThisSpellName = $combatSpells[i] if i < arrsize('$combatSpells'): if spellKnown[$ThisSpellName] = 1: $SpellListStr = $SpellListStr + " " end i += 1 jump 'CombatSpellLoop' end $SpellListStr = $SpellListStr + "
Spell Mana Description
>'& xgt 'fight','sta' & act 'Physical attacks':gt'boxing' & act 'Magic attacks':gt'magik'""><<$spellName[$ThisSpellName]>> <> <<$spellDesc[$ThisSpellName]>>
" $SpellListStr killvar 'i' killvar '$ThisSpellName' killvar '$SpellListStr' --- magik ---------------------------------