RunNextCircuit(int, float)

Makes an NPC move to their initial waypoint.

void RunNextCircuit(
    int nRun = FALSE,
    float fPause = 1.0
);

Parameters

nRun

Walk or Run during waypoint travel. (Default: FALSE)

fPause

Amount of pause when reaching waypoint. (Default: 1.0)


Description

Used by Core AI to send NPCs back to their initial waypoint "WP_XXX_01".



Version

1.22

See Also

categories: Core AI Functions | Movement Functions


 author: Jody Fletcher, editor: Charles Feduke