Page 1 of 1

TimedScript

Posted: Thu Jan 31, 2008 12:30 pm
by *Edwards
As specified in :magery:fields when you create a field the timed script destroyObject has to be started. But in one of the recent changes this week the folder for endDestroyObject and destroyObject has been deleted that means any fields won't be destroyed anymore.

Code: Select all

TimerElem DestroyObject
{
	Name			DestroyObject
	Cumulative		1

	EndScript		subScripts/items/endDestroyObject
}

Posted: Sat Feb 02, 2008 4:38 pm
by Austin
Thanks. Ill work on separate control scripts for that.
The timedscripts package is only for mobiles and not items which is why I removed those entries - didn't think anything used the itemdestroy subscript.