The Gang Garrison 2 Forum
May 23, 2013, 04:09:36 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Chat with us on IRC: http://ganggarrison.com/irc.html
Server: irc.esper.net, Channel: #gg2
 
   Home   Help Search Login Register  
Poll
Question: Why do people like Drolling so much?
:drool: - 10 (21.3%)
:droll: - 2 (4.3%)
:droool: - 1 (2.1%)
:drololololo: - 19 (40.4%)
:trool: - 15 (31.9%)
Total Voters: 36

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  Print  
Author Topic: Forumgoer's Mod 3! Now with another frikken pointless Poll!  (Read 18984 times)
[SOS] AN ENCHILADA
Hero Member
*****
Offline Offline

Posts: 1359

Pessimistic Optimist


« Reply #150 on: July 02, 2010, 06:09:09 pm »

Yeah, cause medic and engie don't appeal to my avatar's art style.
demo man?  your sprite does look like a demoman type a bit
« Last Edit: July 02, 2010, 06:10:13 pm by AN ENCHILADA » Logged

I'll sub, but take into consideration I play rocketdooder and scout, not heavy medic -_-;
A Co-Leader of SOS :3c
Oh carp I has soul O:
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #151 on: July 02, 2010, 06:12:08 pm »

Yeah, cause medic and engie don't appeal to my avatar's art style.
demo man?  your sprite does look like a demoman type a bit
Yeh those are right. I can just recolor yurs blue
Logged

a/d
pro donglosaur
*****
Offline Offline

Posts: 4922



« Reply #152 on: July 02, 2010, 06:26:02 pm »

I wanna be red engie yo
Logged

go canada or whatever, maybe your country is cool too
One
Guest
« Reply #153 on: July 02, 2010, 06:32:18 pm »

Red medic works. I'm generally BLU, but all the BLU I play has been taken, so red medic will do.
Logged
Flandre
Guest
« Reply #154 on: July 02, 2010, 06:37:26 pm »

Red medic works. I'm generally BLU, but all the BLU I play has been taken, so red medic will do.
Drolling You'll be S-Z's favourite target.
Logged
cats4gold
Guest
« Reply #155 on: July 02, 2010, 06:47:05 pm »

Yeah, cause medic and engie don't appeal to my avatar's art style.
demo man?  your sprite does look like a demoman type a bit
Yeh those are right. I can just recolor yurs blue
Red.  z3
Logged
One
Guest
« Reply #156 on: July 02, 2010, 06:48:53 pm »

Red medic works. I'm generally BLU, but all the BLU I play has been taken, so red medic will do.
Drolling You'll be S-Z's favourite target.
derp.
Logged
Chicken Soup
Disposable Hero
*****
Offline Offline

Posts: 5261


I'm not the Breakman.


« Reply #157 on: July 02, 2010, 06:49:18 pm »

Any chance of using NAGN's hatmod sprite changing mechanism or nah?
Logged

Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #158 on: July 02, 2010, 07:03:40 pm »

Any chance of using NAGN's hatmod sprite changing mechanism or nah?
OooooOOOOooooh, Maybe... Maybe...
Tell ya what. Once all the slots are filled, and if people still want in, I'll look into it...
Logged

One
Guest
« Reply #159 on: July 02, 2010, 07:06:42 pm »

Any chance of using NAGN's hatmod sprite changing mechanism or nah?
I was going to mention the possibility of having more than one person per class, but Orangestar beat me to it.

Also, I requested being RED medic.
Logged
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #160 on: July 02, 2010, 07:07:24 pm »

Just finished editing the post.

Nobody's using the userbar... Cry
Logged

Flandre
Guest
« Reply #161 on: July 02, 2010, 07:09:22 pm »

I'm not a fan of userbars... :V
Logged
One
Guest
« Reply #162 on: July 02, 2010, 07:22:38 pm »

Just finished editing the post.

Nobody's using the userbar... Cry
I thought I might as well. z5
Logged
Orangestar
Hero Member
*****
Offline Offline

Posts: 4814


Base names, yo.


WWW
« Reply #163 on: July 02, 2010, 07:37:51 pm »

Code:
{
    if(readyToShoot && bullets >= 4) {
        playsound(x,y,ChaingunSnd);
        var shot;
        randomize();
            shot = instance_create(x+lengthdir_x(20,owner.aimDirection),y+12+lengthdir_y(20,owner.aimDirection),Shot);
            shot.direction=owner.aimDirection+(random(14)-7);
            shot.speed=12+random(1);
            shot.owner=owner;
            shot.ownerPlayer=ownerPlayer;
            shot.team=owner.team;
            shot.weapon=WEAPON_MINIGUN;

            with(shot) {
                hspeed+=owner.hspeed;
                alarm[0]=30;
                //motion_add(owner.direction, owner.speed);
            if(TEAM_RED = 1) {
                shot.sprite_index=(candybullet);
                }
            }
        justShot=true;
        readyToShoot=false;
        bullets-=4;
        if bullets > 0 alarm[0]=reloadTime;
        else alarm[0]=50;
    }
}
It's not working, am I missing something?

REMEMBER: My goal is to make it so that if he's on the red team, he has a different bullet sprite.
Logged

L
Guest
« Reply #164 on: July 02, 2010, 07:56:54 pm »

Indeed
I would also put it right after the shot object is created
Code:
if global.myself.object.team == TEAM_RED{
code
}

hm although now that i think about that would mean if you yourself are in red which would make any shots created by that weapon create the candy bullet
« Last Edit: July 02, 2010, 07:58:39 pm by (゚ヮ゚) drooL » Logged
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.306 seconds with 20 queries.