Changing starting weapon on Tranzit
-
Someone mentioned something called level.start_weapon on here but I don't know where that is I need help.
-
Create a file with .gsc extension and copy paste this to the file and replace <weapon> with the name of the weapon you want to be the starting weapon then you just have to load the file
init(){ level.start_weapon = <weapon>; }