Battledale_PRC8/_module/nss/sc_fmr_walkways.nss

23 lines
474 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: 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();
}