Joined: 29 Dec 2007 Posts: 85 Location: Montreal, Canada
Posted: Thu Jan 31, 2008 4:30 pm Post subject: TimedScript
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:
TimerElem DestroyObject
{
Name DestroyObject
Cumulative 1
EndScript subScripts/items/endDestroyObject
}
Author
Message
Austin POL Developer
Joined: 30 Jan 2006 Posts: 355 Location: San Diego, California
Posted: Sat Feb 02, 2008 8:38 pm Post subject:
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.