Solved List of Creatures?

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Vexio

Active Member
Jan 26, 2017
92
10
8
23
California
I'm currently trying to figure out why this error is occurring. Is it an error with how many entities I'm trying to detect?

implv.png


Code:
code_language.skript:
on spawn of zombie or skeleton or creeper or slime or blaze or spider or ghast:
    if {photon.monsterSpawning.world::%event-entity's world%} is false:
        cancel event
on spawn of cow or pig or bat or chicken or sheep or villager or squid:
    if {photon.animalSpawning.world::%event-entity's world%} is false:
        cancel event
 
i have this error too already while i trying coding a Full completed SkyBlock... The reason the error is someone enitity is buggy. Im not sure. but its was Blaze or Slime, just remove some enitity and test it.
 
@ChisleLP & @Vexio

Here you go:
code_language.skript:
on spawn:
    if event-entity is a zombie, skeleton, horse, pig or sheep:
#code

To get a currently list of supported creatures of you skript version , just open your aliases.sk
 
Status
Not open for further replies.