TimedScript

Archive of posts related to former distro versions. Be aware that posts here do not refer to the current distro and may not work.
Locked
User avatar
*Edwards
Forum Regular
Posts: 303
Joined: Fri Dec 28, 2007 11:19 pm

TimedScript

Post 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
}
User avatar
Austin
Former Developer
Posts: 621
Joined: Wed Jan 25, 2006 2:30 am

Post 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.
Locked