14-02-2007, 10:16 PM
Minor correction... it doesn't use stuff like TakeMP (unless you add them... which may be a good idea if you want multiple effects, but a waste of memory if you declare them all and end up using just 1). You'd have to do something more like
Etc.
Code:
Select Case Spell(SpellNum).Data1
Case SPELL_TYPE_ADDSP
End Select
Etc.