Quote from: Khris on Mon 26/04/2010 17:11:45
I think that was CJ when he wrote the manual.
Ah that will be it

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 MenuQuote from: Khris on Mon 26/04/2010 17:11:45
I think that was CJ when he wrote the manual.
function room_RepExec()
{
if (cJohnny.IsCollidingWithObject(oGasleak)) {
cJohnny.ChangeView(34);
cJohnny.Animate(0, 3, eOnce, eBlock, eForwards);
Wait(60);
Display("You step under the sub-zero cloud, the Trigenon vapour turning you into a petrified, crystal statue: a monument to stupidity.");
gDeathWindow.Visible = true;
}
}
function room_Load()
{
if (cJohnny.PreviousRoom == 5) {
cJohnny.Walk(110, 155, eBlock, eWalkableAreas);
}
if (cStorebot.PreviousRoom == 5) {
cStorebot.Walk(105, 150, eBlock, eWalkableAreas);
}
}
function room_RepExec()
{
if (player.Name == "Johnny") {
cJohnny.IsCollidingWithObject(oGasleak);
cJohnny.ChangeView(34);
cJohnny.Animate(0, 3, eOnce, eBlock, eForwards);
Wait(60);
Display("You step under the sub-zero cloud, the Trigenon vapour turning you into a petrified, crystal statue: a monument to stupidity.");
gDeathWindow.Visible = true;
}
}
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.047 seconds with 14 queries.