That is GOLD! Problem sorted, thank you so much

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 iAstonishingBlast_Talk()
{
if (cEgo.Room == 37 && (Game.DoOnceOnly("jibberish")))
{
gWhiteout.Visible = true;
Wait(4);
gWhiteout.Visible = false;
Wait(4);
gWhiteout.Visible = true;
Wait(4);
gWhiteout.Visible = false;
Display("The voices keep talking, but they seem less coherent..");
cLarsHaikola.Say("The mistress of cruelty cannot be slain until the white hare lies in blood.");
cDanWolgers.Say("What?");
cErnstBillgren.Say("Lost control, fell apart, the wole damn genealogy went berserk!");
cLarsHaikola.Say("I don't think I want to hear anymore about it.");
cErnstBillgren.Say("It was the bladder that set it off.");
cDanWolgers.Say("The bladder? What, what bladder?");
cErnstBillgren.Say("Hieronymus Bosch. Medieval Doedelzak with the face!");
cDanWolgers.Say("GHASTLY THING!");
cErnstBillgren.Say("Cornered the Dali!");
cLarsHaikola.Say("The Dali?");
cDanWolgers.Say("Dali! The Great Masturbator!");
cErnstBillgren.Say("Call him pretentious...");
cLarsHaikola.Say("For God's sake...");
cErnstBillgren.Say("...the Miro burst the bladder with one of its sharp pointy things.");
cLarsHaikola.Say("Lascaux fighting cartoons. Strindberg eaten by an aztec codex.");
cDanWolgers.Say("Mohammad drawings ambushed by rosicrucians!");
cErnstBillgren.Say("The Phoenix SMASHED the Damien Hirst!");
cErnstBillgren.Say("FORMALDEHYDE EVERYWHERE!");
cLarsHaikola.Say("Will you shut up?!");
blastofirregularity = true;
}
}
function ChangeValueOfJibberish(){
if (blastofirregularity == true)
JibberishFinished = true;
}
function room_RepExec()
{
ChangeValueOfJibberish();
if (JibberishFinished == true)
{ if (IsTimerExpired(2))
{
cErnstBillgren.SayBackground("I have so much money it's embarrassing");
SetTimer(2, 120);
}
}
}
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.043 seconds with 14 queries.