Frictional Games Forum (read-only)

Full Version: OMGWTFBBQ - Agrippa ... (spoiler) ... But wtf :O
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys you have to see this piece of code.

I was sneaking around game's hps, while suddendly I found this:
Spoiler below!

Code:
void InitAgrippa()
{
    // Check if player has awakend agrippa in 21, if not make Agrippa dead.
    if(GetGlobalVarInt("AgrippaActivatedIn21") != 1)
    {
        SetEntityActive("agrippa_2", false);
        SetEntityActive("agrippa_headless_1", true);
        SetEntityActive("AreaAgrippa", false); //Turn off no item use on corpse is possible.
        
        StopSound("Sound_60", 0.0f); //Channeling machine
        DestroyParticleSystem("ParticleSystem_62"); //Channeling machine
        
        SetLocalVarInt("AgrippaDead",1);
        
        SetEntityActive("bone_saw_1", false);
        
        InitWaterLurker();
    }
    else
        InitMissingIngredients();
}


Did you see?

"// Check if player has awakend agrippa in 21, if not make Agrippa dead."


I think if you don't turn off the lever at the beginning he will die!!!!

Someone knew this?
Spoiler below!
How would he die?
Let's discuss Big Grin
21 is the Torture nave, 26 is the torture nave redux, (when it's completely full of slime and there are new things like the lab and a little cave