Skript Version: 2.2-dev23
Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740
Minecraft Version:
---
Full Code:
So I have tested both of the above ways of doing this. There are no errors, but it just doesn't work. I can't figure out why. If anyone can help that would be great.
Addons using:
SkQuery (3.22.1)
TuSKe (1.7.3)
Skript Author: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis, and tim740
Minecraft Version:
---
Full Code:
code_language.skript:
on death of creeper:
set {_creeperdrop} to a random number between 1 and 5
if {_creeperdrop} = 1:
drop 1 tnt
stop
else:
stop
on death of spider:
wait 1 tick
drop 1 obsidian at event-location
So I have tested both of the above ways of doing this. There are no errors, but it just doesn't work. I can't figure out why. If anyone can help that would be great.
Addons using:
SkQuery (3.22.1)
TuSKe (1.7.3)