Skip to content

How to create new classes

Nicholas-Fuchs edited this page May 9, 2020 · 2 revisions
  1. Go to 'zombieplague/gamemode/classes' folder
  2. Go to 'zombies' folder if you want to create a zombie class and 'humans' if you want to create a human class
  3. Create a new .lua file (Example: bomber.lua)
  4. Override ZPClass with a ZPClass object and change as your will

Clone this wiki locally