Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

It works , but I have to do this everytime we die. Also put it in my startup.txt, but I have to do it in game. Is there a way for this command to save? Also is there a "no friendly fire" command? Thanks

(+1)

You could make a file called shareammo.mod.gml, and have it execute it on game start:

#define game_start
ultra_set(0, 2, 1)

Then you'd `/loadmod shareammo` once per session and that would be it.

The only friendly fire that there is by default is on explosive weapons, but that is not easily gotten rid of. May want to pick Boiling Veins in such case.

Thanks, I got it to work with your help :). I made the gml file, then made the mod load from my startup text.