same as vince i play ff3 for snes super cooland fun beautiful graphics entertaining characters story i also liked earthbound different level of weirdness due kiddy theme.i also accidentally lots of slime.
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 MenuDisplay("Go %s yourself.", swear("Fuck"));
String swear(String sSwearWord)
{
if (matureLanguage == true)
{
return sSwearWord;
}
else
{
return "$%#@";
}
}
function hJtoilet_Interact()
{
cJason.Walk(150, 105, eBlock, eWalkableAreas);
if (Game.DoOnceOnly("peewhee"))
{
Display("You go to the toilet.");
cJason.ChangeView(4);
Wait(70);
cJason.ChangeView(1);
}
else //you've already done it, so it runs the else.
{
Display("You've already emptied your bladder.");
}
}
Quote from: SteveMcCrea on Tue 18/05/2010 15:14:55That's the only reason I decided to ask last night. Now get it working!!
Since it's your birthday, I decided to take a look at this.
Quote from: abstauber on Tue 18/05/2010 14:20:45QuoteRyan Timothy (26), Travis Anthony (26)
You guys are twins?
Quote from: Gilbet V7000a on Mon 17/05/2010 08:04:38Haha, now just imagine those fantastic shake screen effects with that marvelous background!
YOU asked for this...
Quote from: SSH on Mon 17/05/2010 04:32:54Lets see you do a custom direction of perspective in two minutes.
Any anyway, REAL AGS programmers would knock up a solution with ManualScaling in two minutes.
if (IsInterfaceEnabled()) theGui.visible=true;
else theGUI.visible=false;
theGui.visible=(IsInterfaceEnabled()); //if it's true, it'll set it as true, or if it's false it will set to false.
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.428 seconds with 15 queries.