The UBER GUIDE TO DUEL!

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
General_Sun
Posts: 446
Joined: Wed Jun 23, 2004 10:51 pm
Contact:

Post by General_Sun »

Sure shadowstar, good suggesstion. I'll be doing it as soon as I feel like it.

Or if anyone else want to do it for me... Feel free.
High Council member of The Generals
Image
atro city
Posts: 13
Joined: Thu Jul 08, 2004 2:31 pm

Post by atro city »

*is General_Giga, for the record*

Didn't realize the dev team would be reading this...

o_o;
Rythmix
Posts: 495
Joined: Mon Apr 26, 2004 6:26 am

Post by Rythmix »

atro city wrote:*is General_Giga, for the record*
hmm nope.. dont think I know him. Must be some nobody :P (lol)
Rythm is Gonna Get Ya!
atro city
Posts: 13
Joined: Thu Jul 08, 2004 2:31 pm

Post by atro city »

I get that a lot.
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

atro city wrote:*is General_Giga, for the record*

Didn't realize the dev team would be reading this...

o_o;
Well every now and then we tend to check our own forums :)

But if there are parts you want us to go over in more detail to ensure its accurate to what the code is doing for example, then let us know..
Jb
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

also see the melee 101 section of the manual for more insite to how the code works.... or suppose to work :P
Jb
Rythmix
Posts: 495
Joined: Mon Apr 26, 2004 6:26 am

Post by Rythmix »

jb wrote:also see the melee 101 section of the manual for more insite to how the code works.... or suppose to work :P
Oh yes, i think I've read that. Its a good read, especially this part of the code I found:

Code: Select all

Chapter 1:

If (jb Is.Playing) {
    jb.sender.weapon.damage = 10000
    others.sender.weapon.damage = .00001
    All.Bugs.Disabled = true
} else {
    sender.weapon.damage = 25
    All.Bugs.Enabled = true
}
If (jb.health <=5) {
    Kill.All.Other.players = true
    jb.player.score += 10.0
}

LOLOL :P
Rythm is Gonna Get Ya!
Kaboodles
Posts: 995
Joined: Fri Mar 05, 2004 3:36 am
Location: Roanoke, VA

Post by Kaboodles »

ROFLMAO!! :lol:
High Council member of The Generals
Image
TKATK
the magical link fairy
Posts: 2184
Joined: Sun Jul 20, 2003 10:16 am

Post by TKATK »

Kaboodles_The_Assassin wrote:ROFLMAO!! :lol:
I second that :lol: :lol: :lol: :roll: :lol: :lol: :lol:
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

Well since I can not win a duel match with a wet paper bag to save my life...ya gotta do what ya gotta do :P
Jb
Shadowstar
Chaotic Dreams Team
Posts: 3290
Joined: Sun Apr 06, 2003 6:22 am
Location: Arizona
Contact:

Post by Shadowstar »

JB don't need no weapons. He's got code! 8O :lol:
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

Shadowstar wrote:JB don't need no weapons. He's got code! 8O :lol:
Whew for a second I though you were gonna to say "He has got his spelling to protect him" :)
Jb
Shadowstar
Chaotic Dreams Team
Posts: 3290
Joined: Sun Apr 06, 2003 6:22 am
Location: Arizona
Contact:

Post by Shadowstar »

Well, I didn't say anything about how typo-free that code might be...
Post Reply