Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Adventurist

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




#2
I know how to start the animation but I dont know Start the room  Auto-animation without any button(Look,pick or Interact)
Code: ags


function oTop_Interact() // I dont want Interact I want Start the room auto-Animation Object but I dont know


{
  
  oTop.SetView(2, 0, 0); 
  oTop.Animate (0, 5, eRepeat, eNoBlock); 
}



I find
Code: ags


function room_Load()
{
 oTop.SetView(2, 0, 0);
 oTop.Animate(0, 5, eRepeat, eNoBlock);
}
SMF spam blocked by CleanTalk