Tame

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

loadka95

Active Member
Feb 24, 2017
78
6
8
26
Can someone help me how the "on tame" event works?

I tried like this "on tame of horse" and "on horse tame" but none of them worked
 
Can someone help me how the "on tame" event works?

I tried like this "on tame of horse" and "on horse tame" but none of them worked
upload_2017-6-4_17-4-43.png


code_language.skript:
on horse tame:
    #this should work. maybe

on tame:
    broadcast "%event-entity%"
    if event-entity is horse:
        send "Wow!"
 
Status
Not open for further replies.