Brackets minded and problem solved

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_LeaveRight()
{
if (cEgo.View == 1)){
cEgo.ChangeRoom(4, 43, 323);
else
cEgo.ChangeRoom(7, 43, 323);
}
}
function room_LeaveRight()
{
if (cEgo.View(1)){
cEgo.ChangeRoom(4, 43, 323);
else
cEgo.ChangeRoom(7, 43, 323);
}
}
function room_Load()
{
Object[0].SetView(3);
Object[0].Animate(1, 3);
}
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.035 seconds with 15 queries.