Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

H.a.p.p.y B.i.r.t.h.d.a.y C.h.r.i.s.t.o.p.h.e.r O.m.e.g.a!!!

Eggy Lippmann
Wiktator
Join date: 1 May 2003
Posts: 7,939
08-19-2004 06:05
W000T!!! :D
Happy birthday man :)
Soon you will be a wrinkled old crone just like me! :)
Francis Chung
This sentence no verb.
Join date: 22 Sep 2003
Posts: 918
08-19-2004 07:24
llSay(0, "Happy Birthday Chris!" );

There, now it's a scripting thread.
_____________________
--
~If you lived here, you would be home by now~
Pete Fats
Geek
Join date: 18 Apr 2003
Posts: 648
08-19-2004 07:49
Happy_Birthday++;
Wednesday Grimm
Ex Libris
Join date: 9 Jan 2003
Posts: 934
08-19-2004 07:49
CODE

default
{
state_entry()
{
llSetTexture(ALL_SIDES, "candle_anim");
llSetTextureAnim(ALL_SIDES, ANIM_ON | LOOP, 3, 3, 0.0, 0.0, 24);
}

blow(integer n)
{
if (llDetectedName(0) == "Chirstopher Omega")
{
state out;
}
}
}

state out
{
state_entry()
{
llSetTexture(ALL_SIDES, "clear");
}
}
_____________________
Sarcasm meter:
0 |-----------------------*-| 10
Rating: Awww Jeeze!
Azelda Garcia
Azelda Garcia
Join date: 3 Nov 2003
Posts: 819
08-19-2004 08:18
Woot!
_____________________
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
08-19-2004 09:27
CHRIS R TEH 1337 NO COMMENT C0dx3r!111!!!ONE

Kidding, kidding. Chris has helped me find bugs and write scripts, and he's just a cool guy. Happy b-day, Chris!
_____________________
Touche.
Briana Dawson
Attach to Mouth
Join date: 23 Sep 2003
Posts: 5,855
Ooooo
08-19-2004 10:02
Christopher and Eggy sittin in a tree C O D I N G.

:p
_____________________
WooT
------------------------------

http://www.secondcitizen.net/Forum/
Alondria LeFay
Registered User
Join date: 2 May 2003
Posts: 725
08-19-2004 21:31
Happy Birthday, youngster. ;)
Ama Omega
Lost Wanderer
Join date: 11 Dec 2002
Posts: 1,770
08-19-2004 21:50
Happy Birthday Chris!
_____________________
--
010000010110110101100001001000000100111101101101011001010110011101100001
--
Jeffrey Gomez
Cubed™
Join date: 11 Jun 2004
Posts: 3,522
08-20-2004 02:22
CODE

//Jeffrey Gomez RGB Colorcycler
//Made at the dead of night because I am a hypocrite.
vector color = <0,0,0>;
colorCycle()
{
integer i;
for(i=0;i<=10;i++)
{
color.x = i/10;
color.z = 1 - (i/10);
llSetText("Happy Birthday Chris!",color,1);
llSleep(0.1);
}
for(i=0;i<=10;i++)
{
color.y = i/10;
color.x = 1 - (i/10);
llSetText("Happy Birthday Chris!",color,1);
llSleep(0.1);
}
for(i=0;i<=10;i++)
{
color.z = i/10;
color.y = 1 - (i/10);
llSetText("Happy Birthday Chris!",color,1);
llSleep(0.1);
}
colorCycle();
}
default
{
state_entry()
{
colorCycle();
}
}


Happy Birthday. Just, next time - get my name right.:D
Orlando Mars
Registered User
Join date: 22 Apr 2004
Posts: 73
08-20-2004 02:57
Hippo Birdy Two Ewe
Ulrika Zugzwang
Magnanimous in Victory
Join date: 10 Jun 2004
Posts: 6,382
08-22-2004 11:17
Happy Birthday!

Thanks for all the great things you've done for SL and its citizens over the past year. :)

~Ulrika~
_____________________
Chik-chik-chika-ahh
Angel Leviathan
X
Join date: 1 May 2003
Posts: 440
08-22-2004 11:25
Happy Birthday Christopher :)