Citizens - change skin

  • 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.
Wrong section. Put this in either request section (if you want code from someone else) or help section (if you need help on your code).
 
No, this is the right section. I apologize for white.
Next time I recommend using docs.skunity.com look at the top right of the page and click the search icon and type what you want.
You will need skyrayfall in order for this to work.
code_language.skript:
change citizen %number% skin to %string%
For example:
code_language.skript:
command /skinrotation:
trigger:
loop 100 times:
change citizen 0 skin to "eyesniper2"
wait 5 seconds
change citizen 0 skin to "Divine_Bliss"
wait 5 seconds
 
No, this is the right section. I apologize for white.
Next time I recommend using docs.skunity.com look at the top right of the page and click the search icon and type what you want.
You will need skyrayfall in order for this to work.
code_language.skript:
change citizen %number% skin to %string%
For example:
code_language.skript:
command /skinrotation:
trigger:
loop 100 times:
change citizen 0 skin to "eyesniper2"
wait 5 seconds
change citizen 0 skin to "Divine_Bliss"
wait 5 seconds

I'm trying to create two skins at the same time. For example you and me join at server and you see your's skin on npc and i see my skin ;p
 
code_language.skript:
on join:
    change citizen (your number here) skin to player for player
Tell me if this works!
 
I have a skellett but it's doesn't work ;p

works sk like this:
Code:
on join:
  change citizen 3 skin to "%player%"

but does not meet my expectations
 
Could you write some example?
Thanks very much!
Sorry for my bad english.

I'm pretty sure he moved the thread to a different section after I posted the comment (which is why I mentioned "help section").

Check these links to change skin
https://forums.skunity.com/threads/how-can-i-change-the-skin-with-skript.2666/
https://forums.skunity.com/threads/load-and-set-skin-from-file.4556/#post-16097

i know to how change a skin but i want to change skin for npc different per player
 
i know to how change a skin but i want to change skin for npc different per player
A npc's skin visually different for each player? Then, second link does something very similar to that.
 
Are you running the latest version, do you have crackshot installed? I know a few of the crackshot versions interfere with skrayfall and make certain things not work.
 
Status
Not open for further replies.