Skellett Citizens Integration issues

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

itsAaron_

New Member
Jun 20, 2017
6
1
0
I'm trying to use the clone npc expression but no matter what Skript doesn't seem to recognize it..

syntax:

[the] (clone|duplicate|copy) (of|from) (npc|citizen) %npc% (npc|citizen) %npc%'s (clone|duplicate|copy)

my integration:

set {_npc} to the citizen with id {_cloneID}
set {_npcclone} to the copy from citizen {_npc}

error:
upload_2018-11-5_22-28-51.png

Skript Ver: 2.2-dev37c
Plugins:
upload_2018-11-5_22-26-0.png

I've enabled citizens in the configuration of Skellett as well. Any ideas would help.
[doublepost=1541642646,1541478573][/doublepost]Boiled it down to the error. Skellett and another addon that has citizens integration both use the types.citizen type. Any way that I can fix this?
 
You should not be using skript-npc and Skellett at the same time, Skellett uses the "citizen" name for it's classinfo and skript-npc should not have copied that.

You have a conflict issue.
hm alright, what should I do about the animations though? I need to be able to manipulate the citizens to sneak, punch, and the hurt effect if possible
 
Status
Not open for further replies.