Author Topic: rocket pistol  (Read 837 times)

can someone make a rocket pistol?


ps i have no pic of one

Type this into the console:

gunImage.projectile = RocketLauncherProjectile;

There's yer rocket pistol.

how do i get into the console?PS no idea what console is   :cookie: . :cookie:

Press ~

Note: You have to be the server host for this.

Can I have more projectiles in one weapon?
I changed the Push Broom so it shots a spear projectile, can I also make it shoting a second projectile, let's say a gun projectile?

function PushBroomImage::onFire(%t,%o,%s){SpearImage::onFire(SpearImage,%o,%s);GunImage::onFire(GunImage,%o,%s);}

Yes, I'm teaching you how to temporarily break your game.

so i can basicly do that to anything?

so i can basicly do that to anything?
probaly.


i love in game scripting

Yes, I'm teaching you how to temporarily break your game.
sounds like fun?

Oh, and for even more fun:
(Requires Weapon_Shotgun)
function GunImage::onFire(%t,%o,%s){ShotgunImage::onFire(RocketLauncherImage,%o,%s);}
Now your gun will shoot 3 rockets.

how would you make it so you can dual wield just about any weapon?

How do you make objects in your hand with the console? :/

How do you make objects in your hand with the console? :/
use the console?

strange, i cant open the console once i'm in game