Page 1 of 1

Possible error in clumsy spell script

Posted: Wed Jan 31, 2007 1:37 am
by Yukiko
While converting my spell scripts to be compliant (mostly) with the Distro damage system et. al. I believe I found a typo in the clumsy script.

It's in the call to TS_StartTimer.

Code: Select all

TS_StartTimer(targ, "clumsy", duration, points, mobile);
The 'C' in the word "clumsy" should be capitalized I believe because the entry in the timedScripts.cfg for clumsy is capitalized.


From timedScripts.cfg

Code: Select all

TimerElem Clumsy
{
	Name			Clumsy
	Script			subScripts/magery/clumsy
	EndScript		subScripts/magery/endClumsy

	NoCure			1
	Type			C
}