this is what i have so far:
on right click with paper:
if name of event-item contains "&a$":
set {_amount} to uncolored name of event-item
replace all "$ " in {_amount} with ""
remove 1 of player's tool from player
add {_amount} to player's balance
[doublepost=1649911710,1649893936][/doublepost]
on right click with paper:
if name of event-item contains "&a$":
set {_amount} to uncolored name of event-item
replace all "$ " in {_amount} with ""
remove 1 of player's tool from player
add {_amount} to player's balance
[doublepost=1649911710,1649893936][/doublepost]
the right click works just it doesnt add any money to my balthis is what i have so far:
on right click with paper:
if name of event-item contains "&a$":
set {_amount} to uncolored name of event-item
replace all "$ " in {_amount} with ""
remove 1 of player's tool from player
add {_amount} to player's balance