Skript Version (do not put latest): Skript 2.2-dev36
Skript Author: Bensku
Minecraft Version: 1.8
I am somewhat new to Skript. I started about a week ago and gotten the hang of the basics, but I started getting lost on scripting some complicated stuff. I’m trying to figure this out:
You have spawned in two villagers that are the same (i.e. farmer). I want a way to differentiate these two villagers. I’ve been using set last spawned entity name to something. I’ll call these two villagers “Create” and “Level-Up”
If player rightclicks villager named “Create”
do command /create
Else if player rightclicks villager named “Level-Up”
levels up player...
Can anyone help me with this problem above?
Skript Author: Bensku
Minecraft Version: 1.8
I am somewhat new to Skript. I started about a week ago and gotten the hang of the basics, but I started getting lost on scripting some complicated stuff. I’m trying to figure this out:
You have spawned in two villagers that are the same (i.e. farmer). I want a way to differentiate these two villagers. I’ve been using set last spawned entity name to something. I’ll call these two villagers “Create” and “Level-Up”
If player rightclicks villager named “Create”
do command /create
Else if player rightclicks villager named “Level-Up”
levels up player...
Can anyone help me with this problem above?