Perk O Holic [WAW Zombies
-
give_all_perks_on_spawn()
{
level endon("end_game");while(true) { level waittill("connected", player); player thread on_player_spawned(); }}
on_player_spawned()
{
self endon("disconnect");while(true) { self waittill("spawned_player"); wait(2); // Wait for the player to fully load in // List of all base perks in WaW perks = []; perks[0] = "specialty_armorvest"; // Juggernog perks[1] = "specialty_fastreload"; // Speed Cola perks[2] = "specialty_quickrevive"; // Quick Revive perks[3] = "specialty_rof"; // Double Tap for(i = 0; i < perks.size; i++) { if(!self hasperk(perks[i])) { self setperk(perks[i]); } } }}
-
You're other script for "Spawn with packed PSSH [WAW Zombies]" is not accessible.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login