Ideas for Stendhal/Magic: Difference between revisions
Content deleted Content added
imported>Madmetzger |
imported>Blacklads →Allow early testing {{done}}: added .class (not working without that I think...) |
||
Line 77:
For being able to test as early as possible there is some code that enables to test the already implemented spells. There are basically three steps to consider:
* Equip the testing player with a spell via the script ''SummonSpell'':
/script SummonSpell.class [character] [spell name]
* Provide mana to the testing player (first one rises the base value and second alter gives actual mana):
/alter [character] base_mana add 1000
| |||