Recent content by CucumberSandwich

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. C

    Why won't this skript work?

    I am wondering why this piece of skript is not working. It's purpose is to set custom drops for zombies named "Easy Zombie". function EasyZombie_random(chances: numbers, ids: objects) :: object: set {_random} to random number between 0 and sum({_chances::*}) loop {_chances::*}: add...
  2. C

    Help on Mob Spawning

    I'm new to script and scripting in general, and i need some help setting up some script that spawns in mobs in certain areas. Ideally i want to spawn in a bunch of zombies within the radius of a couple of blocks of a player, when they enter a certain room/location. It would also be helpful to be...