Is this anything to do with a certain product torn from the pages of spam email?
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 MenuQuote from: Mr.T on Thu 03/04/2008 19:12:25Don't blame yourself.
Thank you all for the bug report, I'm sorry I missed few bugs
before releasing the game, I hope you don't mind downloading
it once again
Quote from: brokenbutterfly on Thu 03/04/2008 14:55:09I dunno.
Elegant as in the while-she's-smoking stanceSee, the posture you gave her is more elegant than ProgZmax's. In his version she looks like... a trucker, and I'd half expect her to spit on the floor
Quote from: ProgZmax on Thu 03/04/2008 17:41:08Sorry mum.
Let's keep the topic relevant to the quality of TheJBurger's work and not personal preference on how a woman should pay lip service to a cigarette, ok?
Quote from: TheJBurger on Thu 03/04/2008 03:06:01Ah.Quote from: Ultra Magnus on Wed 02/04/2008 22:14:55It's your imagination! He's crossing his arms.
And is it my imagination, or has Jet got two real arms there?
Quote from: brokenbutterfly on Thu 03/04/2008 02:57:49Since when was Faye ever elegant?
smoking like that isn't very elegant is it![]()
Quote from: Layabout on Wed 02/04/2008 00:54:16He is only in this for loads of cash and loads of pussy. You knows it!!!
Quote from: brokenbutterfly on Tue 01/04/2008 20:53:13Quote from: Ultra Magnus on Tue 01/04/2008 20:43:32
I think the reason why it worked as well as it did on so many people was that CJ's post was so damn long that a lot of them didn't bother reading it.
I know I didn't.
Well yes it was long, but also very well written, and it looked official.
Quote from: PixelPerfect on Tue 01/04/2008 20:02:19Quote from: Pumaman on Tue 01/04/2008 00:00:09
AGS announces partnership with Microsoft, Valve
...said Buck Lamborghini, Sub-Vice President of Marketing at Valve Software.
...said Jim Schnapps, corporate deputy vice president executive of Xbox LIVE at Microsoft.
...From now on, I will take a more hands-off approach, but still provide guidance to the new team in Bangalore who will be developing XNA Adventure Studio further."
...1024x768 resolution with full motion video and an original fully-orchestrated soundtrack.
...Sideburns: Completed all Larry Vales games
etc...
I think it was pretty obvious from the start. My favorite was the corporate deputy vice president executive bit.
Quote from: Eggie on Thu 27/03/2008 12:20:06
Three biscuits, an upside-down sign and a flute.
function cZiggy.Talk()
{
cZiggy.Say("Hi, my name's Ziggy");
cZiggy.Say("What's yours?");
gNameinput.Visible = true;
}
function btnNameOK_OnClick(GUIControl *control, MouseButton button)
{
gNameinput.Visible=false;
namestring=txtNameinput.Text;
cZiggy.Say("Nice to meet you, %s.", namestring);
dZiggy1.Start();
}
@2
ZIGGY: "My name's Ziggy."
ZIGGY: "What's yours?"
run-script 10
ZIGGY: "Nice to meet you, ("%s", namestring)".
return
String namestring;
export namestring;
function dialog_request (int person) {
<trimmed unrelated stuff>
else if (person==10) {
gNameinput.Visible = true;
}
}
function btnNameOK_OnClick(GUIControl *control, MouseButton button)
{
gNameinput.Visible=false;
namestring=txtNameinput.Text;
}
import String namestring;
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.221 seconds with 16 queries.