caught entity teleport?

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

Lythed

Member
Aug 21, 2017
2
0
0
Russia
I tried a lot of things with Skelett and RandomSK but I did not find a good solution to teleport the player caught on the player who catch it (with a fishing rod for example)
(It's for a mini-game)

If you have a solution to help me, thank you! :emoji_slight_smile:
 
Last edited:
A sort of

code_language.skript:
on damage:
  projectile is set
  projectile is a snowball
  attacker is a player
  victim is a player
  teleport victim to attacker
?
 
Last edited:
A sort of

code_language.skript:
on damage:
  projectile is set
  projectile is a snowball
  attacker is a player
  victim is a player
  teleport victim to attacker
?

it does not work but, the idea is good and that's what I need

edit: working
 
Last edited: