#skript help!!

1 messages · Page 1 of 1 (latest)

crude rain
#

Try replacing . With # don’t think you can make comments with a dot in Skript

silent ether
#
on fishing rod cast:
    if fishing state is CAUGHT_FISH:
        if player's world is "fishingpond":
            if name of player's held item contains "&9Fisher's Rod":
                
                #Rolling loot
                set {_fishingloot} to random integer between 1 and 100
                set {_tokenNum} to random integer between 1 and 3
                
                #Assign loot based on roll
                if {_fishingloot} is between 1 and 39:
                    give player 1 raw salmon
                    send "&7&lCOMMON CATCH! &7You caught Raw Salmon&7. (+%{_tokenNum}% Tokens)" to player
                    add {_tokenNum} to {tokens::%player's uuid%}
                else if {_fishingloot} is between 40 and 56:
                    give player 1 raw cod
                    send "&7&lCOMMON CATCH! &7You caught Raw Cod&7. (+%{_tokenNum}% Tokens)" to player
                    add {_tokenNum} to {tokens::%player's uuid%}
                else if {_fishingloot} is between 57 and 60:
                    give player 1 tropical fish
                    send "&7&lUNCOMMON CATCH! &7You caught Tropical Fish&7. (+%{_tokenNum}% Tokens)" to player
                    add {_tokenNum} to {tokens::%player's uuid%}
#

no it doesnt

#

just say ur using ai bro its ok