Talk:DelayEvent

From Dragon Age Toolset Wiki
Revision as of 19:36, 8 December 2009 by Georage (Talk | contribs)

Jump to: navigation, search

A possible example suggested by georage:

To create a quasi-heartbeat, create a script called 'my_heartbeat' and include this in it

DelayEvent(6.0, GetHero(), Event(EVENT_TYPE_HEARTBEAT), "my_heartbeat");

Detailed example: [1]

However the quality of scripting and document must be improved before it would be an appropriate reference. Additionally reference pages must not reference external resources which cannot be maintained by the editors.

--Sunjammer 18:15, 8 December 2009 (UTC)


Feel free to 'improve the quality' of the scripting, but it works, and people would like to know how to get a heartbeat working. -- georage