Adding perks to party modes.
-
Hi all,
This might sound like a stupid question and there is most likely a really easy way to do this, (or my assumptions are wrong and it's impossible) but is there a way to add your own perks to the party modes like gun game, sticks and stones ect. I specifically want everyone to have lightweight for example to speed the gameplay up a bit.
Sorry if this is the wrong place to post this, just a burning question I need answered
-
bil You would have to make a GSC script in order to do this. Use this code
self setperk( "specialty_unlimitedsprint" ); self setperk( "specialty_movefaster" );
in an onplayerspawned() function.