#player message displaying different

1 messages · Page 1 of 1 (latest)

median comet
lament hornet
median comet
#

prolly just make the prefix a string

median comet
lament hornet
#

weridly it works for my other stuff

#

@median comet see

median comet
#

but id recommend you to not overuse the color codes

lament hornet
median comet
lament hornet
#

@median comet ?

median comet
median comet
#

scroll up

lament hornet
#

yeah

#

put it in the skript?

median comet
#

yes and switch insert with the string (without the color code)

lament hornet
#

different messages in the skript

median comet
lament hornet
#
    trigger:
        if {canDrop::%player%} is not set:
            set {canDrop::%player%} to true
            send "&c[&cDROP&c] &aYou can now drop items for the next 30 seconds." to player
            wait 30 seconds
            delete {canDrop::%player%}
            send "&c[&cDROP&c] &aYou can no longer drop items." to player
        else:
            send "&c[&cDROP&c] &aYou can already drop items." to player

on drop:
    if {canDrop::%player%} is not set:
        cancel event
        send "&c[&cDROP&c] &aPerform /drop to drop items." to player
        ```
median comet
median comet
#

hmm

median comet
median comet
lament hornet
#

it doesnt work anyways

median comet
#
    trigger:
        set {_s1} to "[DROP]"
        set {_s2} to "&c%{_s1}%"
        if {canDrop::%player%} is not set:
            set {canDrop::%player%} to true
            send "send %{_s2}% &aYou can now drop items for the next 30 seconds." to player
            wait 30 seconds
            delete {canDrop::%player%}
            send "%{_s2}% &aYou can no longer drop items." to player
        else:
            send "%{_s2}% &aYou can already drop items." to player

on drop:
    if {canDrop::%player%} is not set:
        cancel event
        send "&c[&cDROP&c] &aPerform /drop to drop items." to player
        ```
#

@lament hornet try this

#

wait mb

lament hornet
#

@median comet

median comet
#

the indentation

median comet
lament hornet
#

LOL

#

made no change

median comet
#

wtf

lament hornet
#

i think

#

theres smth wrong

#

with

#

reloading?

median comet