Look Into My Eyes: You Are Feeling Sleepy Part II?

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_LeaveTop()
{
if (Game.DoOnceOnly("RadiatorCount")) {
GiveScore(1);
if (RadiatorCount < 8)
if (RadiatorCount)
Display("RadiatorCount");
if (RadiatorCount == 8) {
player.ChangeRoom(13, 583, 400);
}
else player.Think("I can't go up there yet. The manager won't let me.");
}
}
function room_LeaveTop()
{
if (RadiatorCount == 8) {
player.ChangeRoom(13, 583, 400);
}
else player.Think("I can't go up there yet. The manager won't let me.");
}
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.212 seconds with 17 queries.