Loop armor stand with a name

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

    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.

JackyBoy

Member
Feb 4, 2017
104
1
18
Hey there, I was wondering if there is a way us this skript but only use it for armorstands with the name sit
here is my code:

code_language.skript:
command /fsa <number> <player>:
 permission: sc.force.armor
 permission message: &cNo permission!
 usage: &6/fsa <radius> <player>
 trigger:
  loop all armor stands in radius arg-1 around arg-2's location:
   if loop-entity's passenger isn't set:
    make arg-2 ride loop-entity
 
Status
Not open for further replies.