The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


OMGWTFBBQ - Agrippa ... (spoiler) ... But wtf :O
Hardarm Offline
Posting Freak

Posts: 891
Threads: 39
Joined: Apr 2011
Reputation: 43
#1
OMGWTFBBQ - Agrippa ... (spoiler) ... But wtf :O

Guys you have to see this piece of code.

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

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

listen to boards of canada
(This post was last modified: 07-05-2011, 12:36 AM by Hardarm.)
07-05-2011, 12:32 AM
Website Find


Messages In This Thread
OMGWTFBBQ - Agrippa ... (spoiler) ... But wtf :O - by Hardarm - 07-05-2011, 12:32 AM



Users browsing this thread: 1 Guest(s)