If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Llama Adventure

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Llama Adventure

Developer: jmtb02[1]
Publisher: Armor Games[1]
Platform: Adobe Flash
Released internationally: 2009[1]


CodeIcon.png This game has unused code.
BonusIcon.png This game has hidden bonus content.


In Llama Adventure, you play as a silly llama click-clacking away at a keyboard to solve a series of text-based puzzles. Just kidding, llamas can't read! But they do enjoy a good casserole.

secret.doc

There is a secret hidden on the computer in Room 3. It is only accessible by selecting "Other" from the menu and entering five numerical codes that are hidden in jmtb02's other games. The codes are as follows:

  • Elephant Rave - 18293
  • TBA2 - 33820
  • Hedgehog Launch - 11249
  • Dark Cut 3 - 29721
  • Maverick - 44009

Entering all the codes correctly grants you access to "secret.doc", which includes a message from the Doctor and a sixth code, 95616.

Fallback Code

These functions are used as the default behavior for responding to questions the Doctor asks. The game overrides these functions with level-specific behavior when needed, so the fallbacks are never called in normal gameplay.

public function ping(param1:String) : Boolean
{
   trace("PING has not been set!");
   return false;
}

public function yes(param1:Object = null) : void
{
   trace("YES HAS NOT BEEN SET!");
}

References