Thank You very much

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
function room_Load() { cnpc.Walk(95, 54, eNoBlock, eAnywhere); cnpc.AddWaypoint(225, 54); }
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);
}
function room_Load()
{
oTop.SetView(2, 0, 0);
oTop.Animate(0, 5, eRepeat, eNoBlock);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.029 seconds with 13 queries.