You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
Due to latest update, I tried to do some simple script like this:
on right click with fishing rod:
add 1 to {fish.%player%}
if {fish.%player%} is not set:
set {fish.%player%} to 1
if {fish.%player%} >= 20:
chance of 65%:
make player drops 1 of held item from his inventory
set {fish.%player%} to 0
message "&6Pancinganmu terlepas dari tangan!"
stop
set {fish.%player%} to 0
and it doesn't drop anything
The text was updated successfully, but these errors were encountered:
Already do that, but still not working. It seems working like a stop effect which the {fish.%player%} not set to 0 and won't message the "&6Pancinganmu terlepas dari tangan!"
Due to latest update, I tried to do some simple script like this:
and it doesn't drop anything
The text was updated successfully, but these errors were encountered: