23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Return to Way Points
|
||
|
//:: NW_D2_WalkWays
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Preston Watamaniuk
|
||
|
//:: Created On: Nov 15, 2001
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "NW_I0_GENERIC"
|
||
|
|
||
|
void main()
|
||
|
|
||
|
{
|
||
|
|
||
|
SetSpawnInCondition(NW_FLAG_HEARTBEAT_EVENT);
|
||
|
|
||
|
WalkWayPoints();
|
||
|
}
|