WoR_PRC8/_module/nss/nw_walk_wp.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

18 lines
366 B
Plaintext

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