<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Timer events</TITLE>
</HEAD>
<BODY text="#000000" bgcolor="#ffffff">
<A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A>
<b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
<b>:</b> <A HREF="mpd52.html"><EM>Events</EM></A>
<b>:</b> <EM>Timer events</EM><BR>
<b>Previous:</b> <A HREF="mpd52.html"><EM>Events</EM></A><BR>
<b>Next:</b> <A HREF="mpd54.html"><EM>Match events</EM></A>
<HR NOSHADE>
<H2><A NAME="53"></A>6.2.1. Timer events</H2>
<p>Timer events are created with the <code>timer</code> command. The
timer event occurs when the designated time has elapsed, starting
from the time at which the <code>timer</code> statement was executed.
Further execution continues starting with the target label
specified by the <code>timer</code> command.</p>
<p>Timer events (like all events) can only occur during the execution
of a <code>wait</code> command.</p>
<HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.7 User Manual</EM></A>
<b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
<b>:</b> <A HREF="mpd52.html"><EM>Events</EM></A>
<b>:</b> <EM>Timer events</EM><BR>
<b>Previous:</b> <A HREF="mpd52.html"><EM>Events</EM></A><BR>
<b>Next:</b> <A HREF="mpd54.html"><EM>Match events</EM></A>
</BODY>
</HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>