Author Topic: Rocket Launcher Still Shoots Spears  (Read 277 times)

I typed into the console:

Code: [Select]
rocketlauncherimage.projectile = spearprojectile;

Later to stop the rocket launcher from shooting spears, I typed into the console:

Code: [Select]
rocketlauncherimage.projectile = rocketlauncherprojectile;

But it still shot spears
What did I do wrong?

I think its just rocketprojectile.

It's not just rocketprojectile. It is rocketLauncherProjectile.

I'm not sure what the issue is. The second line should have fixed it. Are you sure you typed it right in-game?