7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
|
# --- 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"
|