Forums Index >> Modding >> Answer this.
Page : <1> :
};
//--- OBJECT WRITE END ---
Bounceprojectile.damage = 0.5;
Bounceprojectile.count = 400;
Bounceprojectile.numbounce = 0;
Bounceprojectile.gravityscale = 0.01;
Bounceprojectile.velocity = 55;
That's it? Can I put it in Main.cs.?
No.
Aha! Nothing...
Can you tell me how I could make super rapid fire bouncy balls that never end?
Bounceprojectile.count = 100000000;
Bounceprojectile.burstcount = 100000000;
Bounceprojectile.reloadtime = 0;
Bounceprojectile.burstdelay = 0;
That was fast! THANKS MAN! Can you answer my question in that "Moding secrets not tolled" topic?
Last edited: Monday, June 14, 2004 at 11:31:48 PM
Page : <1> :
Can someone give me an example of where to put custom weapons? I put 'em after OBJECT WRITE END and they don't work! I think I'm missing something!
Last edited: Monday, June 14, 2004 at 10:02:55 PM