Hi, i want to make it so that when you melee with a trident that it does significantly less damage, or does not do damage at all. Here is the code i have written, but it does not work:
on left click:
if player's held item is trident:
send "You cant melee with this item" to player
cancel event
stop
on left click:
if player's held item is trident:
send "You cant melee with this item" to player
cancel event
stop