Hello I want to repeat the npc constantly but I dont now .How can I?
Code: ags
function room_Load() { cnpc.Walk(95, 54, eNoBlock, eAnywhere); cnpc.AddWaypoint(225, 54); }