Any way to make it so more than one player can carry the wonder weapon?
-
is there any already made gsc script or something of sorts to remove the wonder weapon limit? kinda sucks that only one person at a time can have the paralyzer. I looked for a mod but the only one i saw was from 2 years ago and didnt seem to work
-
lele23 Try this:
init() { level.limited_weapons = []; }
-
so im kinda new to this stuff, should i compile this as a gsc and just put it in the zm scripts folder? or is there more to do
-
lele23 You need to compile it yes. I recommend using this compiler https://github.com/xensik/gsc-tool and place the compiled script in scripts\zm.
-
JezuzLizard ight thanks that should do it