Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
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();
|
|
}
|