Llama Adventure
Llama Adventure |
---|
Developer: jmtb02[1] This game has unused code. |
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
Games > Games by content > Games with hidden bonus content
Games > Games by content > Games with unused code
Games > Games by developer > Games developed by jmtb02
Games > Games by platform > Adobe Flash games
Games > Games by publisher > Games published by Armor Games
Games > Games by release date > Games released in 2009