DoNothing

Purpose

Use the DoNothing action to wait for a specified period of time before performing the next action.


A screen capture of the Action DoNothing window

Description

You can use DoNothing as an unconditional branch (goto) by setting Pause Time to 0.

Parameters

Possible results

DoNothing has only one result:

Succeeded
The pause time has elapsed.

ASCII syntax

When using an ASCII editor, code this action with the following parameter:

For example:

label: "Check Edges"
	DoNothing(20)
	  edge EDGE_DO_NOTHING_SUCCESSFUL:   successful
	;

The parameter and edge are described above, under "Parameters" and "Possible results". For more information, see Testing a state table using the debugger.