#print money skript doesnt work help
1 messages · Page 1 of 1 (latest)
print money
noo
but in minecraft
like it prints money
then it goes to the coordinates of my minecraft base
execute print "$%arg-2%" is not a valid statement as far as I am sure same with if print is true: and give player $-arg2 $-arg2 is not an item, skript merely reads it as a bunch of random letters that mean nothing, arg-2 is a text input as specified, and giving the player a text isnt possible you can do something like this
if arg-1 is "money":
broadcast "$%arg-2%"
if arg-2 is set:
give player 1 of paper named "&f$%arg-2%"
send "&a&lYou have successfully printed $%arg-2%"```