| 
				 Re: Spell modding questions 
 1) Not that I know of. When you use #copyspell you need to put #newspell first btw.
 So like this:
 
 #newspell
 #copyspell "Wild Surge A"
 #name "Wild Surge B"
 #descr "Wild Surge B Description"
 #end
 
 For each copy.
 
 2) That's because you've typed 1001 for both instead of,.. say:
 
 #flightspr 141
 #explspr 10001
 
 Look at page 5 of the modding manual for the table of numbers and effects.
 
 3) Yes it works. But it's #precision not #prec
 
 
 Edit: Oh and not to sound like a dick, but next time look up stuff that isn't working in the modding manual before asking about it on here. 2) and 3) are right there.
 |