Blegh! Turns out I missed a few semicolons and a parenthesis in the above scripting. CRISIS AVERTED!
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 Menufunction room_FirstLoad()
{
oTrafficLight.SetView(7);
oTrafficLight.Animate(1, 0, eRepeat, eNoBlock);
player.Walk(12, 145, eBlock, eAnywhere);
player.FaceDirection(eDirectionRight, eBlock);
player.Say("Okay. I need to get today's newspaper, some milk and some chocolates for Maggie.");
}
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.060 seconds with 18 queries.