i want to create a ATM Machine that would put the money in the bank,
As example if you right click it with holding a diamond with the name "20 Bucks"
i want something like: if player's tool is diamond with name "20 Bucks"
[doublepost=1647935662,1647934352][/doublepost]nevermind found something working:
UPDATE: The code is fixed!
As example if you right click it with holding a diamond with the name "20 Bucks"
i want something like: if player's tool is diamond with name "20 Bucks"
[doublepost=1647935662,1647934352][/doublepost]nevermind found something working:
Code:
if player's tool is diamond:
if name of player's tool is "&e20 Bucks":
UPDATE: The code is fixed!