diff --git a/mirricraft-npc.sk b/mirricraft-npc.sk new file mode 100644 index 0000000..8f88d47 --- /dev/null +++ b/mirricraft-npc.sk @@ -0,0 +1,7 @@ +# --- NPC --- +on rightclick on entity: + if clicked entity is a citizen: + set {_npc} to npc from entity clicked entity + if name of npc {_npc} is "Robotti825": + if player doesn't have the permission "group.aikainenjasen": + make console execute command "/lp user %player% group add jasen" \ No newline at end of file