Solved need help with npc create

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

Stefqnutz

Active Member
Sep 23, 2019
67
1
8
19
is there a thing in skript called "npc create" cuz i really need it. and yes i do have the citizens plugin and skellet, but that event dosent work for me, so any help?
 
Done!
[doublepost=1591128846,1591128526][/doublepost]After installing the addon it seems like my problem isn't solved
npc spawn:
create npc with name "AGC"

i get an error if i try to do this
cannot understand condition npc spawn:
also i dont really understand how to use this NPCAddon plugin even after i looked on the doc page
 
condition npc spawn? what are you talking 'bout?
you've got to put it into a command or event!
Code:
command /test:
    #possible permissions, aliases, etc...
    trigger:
        spawn npc with name "test" at location of player
        send "done!" #just to assure you it's working
 
wow im really dumb
anyways thanks!
[doublepost=1591187369,1591186869][/doublepost]hmm weird, when i execute the command i get: an internal error occured while attempting to perform this command
help?
[doublepost=1591196200][/doublepost]**fixed**
 
Status
Not open for further replies.