From b4892d0c5751ccdb9f91a2e025ba599468869f66 Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:15:46 +0200 Subject: [PATCH] Update README.md --- chat_commands/zm/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chat_commands/zm/README.md b/chat_commands/zm/README.md index 0d0ac97..39b3be0 100644 --- a/chat_commands/zm/README.md +++ b/chat_commands/zm/README.md @@ -13,6 +13,7 @@ You can use [chat_command_info.gsc](../README.md#chat_command_infogsc) to list a Alternatively you can use [this](https://github.com/plutoniummod/t6-scripts/blob/main/ZM/Core/maps/mp/zombies/_zm_powerups.gsc#L95) to get powerup code names from your browser (first parameter of the `add_zombie_powerup` function calls). Note that this lists all powerups without taking into account whether they're available on the map you play on or not. You can disable the perk music and/or the bottle animation whenever you use `!giveperk` by changing the corresponding boolean(s) to false in the `GivePlayerPerk` function call. +Perks that are only found in the Wunderfizz or special events/rewards are currently not supported. Note that like other scripts on this page this is a ZM only script, but this script also has a global version (works in both MP and ZM) that you can find [here](../chat_command_give.gsc) if you're looking for more give commands. You can have both installed at the same time as long as this script is in the `zm` folder and the global version is either in the `scripts` folder or the `mp` folder.