#Gens not working

1 messages · Page 1 of 1 (latest)

pallid dust
#

eh idk if anyone wants to look through 1000 lines of code to find an undescribed issue

heady hamlet
#
``` PLEASE PLEASE PLEASE just use `any terracotta` (and `any glazed terracotta`)
heady hamlet
#

i'd reccomend learning the basics before you try to create/change things this complex...
"```command /givegens [<text>]:
trigger:
if player does not have permission "rank.admin":
send "&cYou do not have permission to use this!"
stop
else:
give player "%arg-1%::gen"

command /givedrops [<text>]:
trigger:
if player does not have permission "rank.admin":
send "&cYou do not have permission to use this!"
stop
else:
give player "%arg-1%::drop"```"
The permissions part can just be put under the command, along with the permission message. The stop is useless, and you are supposed to be giving an item, not a string..
Also, make the args mandatory..

grizzled lynx
#

mofo tryna give a string

heady hamlet
#

are you sure about that?