NPC Update
This commit is contained in:
parent
3b8237c446
commit
90094a0f66
@ -1,4 +1,9 @@
|
||||
# --- NPC ---
|
||||
on script load:
|
||||
set {citizens} to yml value "PluginHooks.Npc" of file "plugins/Skellett/config.yml"
|
||||
if {citizens} is false:
|
||||
disable script "mirricraft-npc.sk"
|
||||
|
||||
on rightclick on entity:
|
||||
if clicked entity is a citizen:
|
||||
if player's world is "lobby":
|
||||
|
Loading…
Reference in New Issue
Block a user