EDIT: Nevermind, going to use a dialog instead of a GUI. Thanks anyway.
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#sectionstart interface_click // DO NOT EDIT OR REMOVE THIS LINE function interface_click(2, 0) { // This function is obsolete, from 2.62 and earlier versions. gui[2].Visible = false; // Elevator doors close. object[0].Visible = true; object[0].SetView(9); object[0].Animate(0, 5, eOnce, eBlock); object[0].StopAnimating(); object[0].SetView(11); // Elevator moves. Wait(120); // Elevator doors open. object[0].SetView(10); object[0].Animate(0, 5, eOnce, eBlock); object[0].StopAnimating(); object[0].SetView(12); // Todd exits. character[Todd].Walk(97, 151, eBlock); character[Todd].changeroom(3, 305, 167); }
Quote from: jasonjkay on Tue 13/06/2006 13:39:11Quote from: chooj on Tue 13/06/2006 13:36:48What? Are you trying to insult somebody?
you are really suck!
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.070 seconds with 13 queries.