123456789101112131415161718 |
- # magik
- act 'Physical attacks':gt'boxing'
- $SpellListStr = '
- <center>
- <h1>Choose a Spell to cast.</h1>
- <br>' + func('spellBook','cast','$combatSpells') + '
- </center>'
- *pl func('cleanHTML',$SpellListStr)
- killvar '$SpellListStr'
- --- magik ---------------------------------
|