How to make guns not use ammo?
-
barronvonburp
- Posts: 30
- Joined: Mon Jul 13, 2015 7:41 am
How to make guns not use ammo?
Make a weapon not require ammo, without the player having to input anything into their console.
Re: How to make guns not use ammo?
in the FirearmAttackComponent set these fields:
Code: Select all
loadedCount = math.huge,
clipSize = math.huge,Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
-
barronvonburp
- Posts: 30
- Joined: Mon Jul 13, 2015 7:41 am
Re: How to make guns not use ammo?
I tried setting the ammobox to math.huge and working my way from there.
It didn't work. It only gave 1 pellet.
Anywho that worked, thanks.
It didn't work. It only gave 1 pellet.
Anywho that worked, thanks.