Sweet! this is like retro AGS, nobodies doing this anymore

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function room_Load()
{
if (player.PreviousRoom != 2) //to store your location before you entered this room
{
LeaveGunfight = player.PreviousRoom;
LeaveX = player.x;
LeaveY = player.y;
}
function room_AfterFadeIn()
{
cJose.x = 320;
cJose.y = 300;
}
function BtnNoRetry_OnClick(GUIControl *control, MouseButton button)
{
gRetry.Visible = false;
player.ChangeRoom(LeaveGunfight, LeaveX, LeaveY);
}
Quote from: Mandle on Sat 06/06/2015 05:10:18Oooh good one, Mandle! Perhaps use that new stretchy arm to reach into the bowels of that devilish vending machine... Can we find a way to make a copy?! We could drive off into the sunset in a Lexus for crying out loud!
>>Before the 10 seconds expires quickly pick up the card and shove it into the cooling vent of the vending machine. Then get out of the way!
Quote from: Mandle on Sat 30/05/2015 12:30:18I think I should go back to reading pop-up books then
iselzzndumop3p!sdn3^olI
Easiest puzzle ever!
Not AGS related!
Quote from: Baron on Thu 28/05/2015 05:14:14Curses! Is there nothing wholesome in this Hotel Exotica?!
But... room 2A has no doorknob!
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.077 seconds with 14 queries.