WoR_PRC8/_module/nss/nw_walk_wp.nss

18 lines
366 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//#include "NW_I0_GENERIC"
//
//void main()
//{
// WalkWayPoints();
//}
#include "NW_O2_CONINCLUDE"
#include "NW_I0_GENERIC"
#include "x0_i0_anims"
#include "x0_i0_walkway"
void main()
{
float oWay1 = GetFacing(GetNextWalkWayPoint(OBJECT_SELF));
AssignCommand(OBJECT_SELF, SetFacing(oWay1));
WalkWayPoints();
DelayCommand(2.0, WalkWayPoints());
}