Here are some screenshots of it in-game (some things have changed since I last took these screenshots).


Anyways, go check it out here.
http://files.drdteam.org/index.php/file ... search.zip
lizardcommando wrote: I just need help with the ACS stuff, so if anyone can help me out with that, that would be greatly appreciated.
lizardcommando wrote:Just these two things for now:
- When you approach Mr. Hoppington (that bunny in the suit), some text appears along with some voiceover.
script 1 (void)
{
print(s:"Hello I'm Mr. Hoppington. I'm going to tell you some boring text");
LocalAmbientSound("soundname",127);
}
lizardcommando wrote:
- The player needs to collect all three "shapes" (keys) in order to activate the middle switch to lower a platform that has trophy on it.
script 2 (void)
{
if (CheckInventory("triangle") && CheckInventory("square") && CheckInventory("circle")) //adjust names as needed
{
Floor_LowerToNearest (tag, speed); //fill in tag/speed
}
}
Return to Abandoned/Dead Projects
Users browsing this forum: No registered users and 0 guests