on chat: double event?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

JamiePlaysMinecraft

New Member
Apr 5, 2024
8
0
1
15
is there a way to make this code will only send once when a player chats?
because it executes the code twice, once before and once after the message in chat is sent, so its like a double sound and double message-

Code:
on chat:
    send "&aHi"
    play sound "ENTITY_EXPERIENCE_ORB_PICKUP"
 
is there a way to make this code will only send once when a player chats?
because it executes the code twice, once before and once after the message in chat is sent, so its like a double sound and double message-

Code:
on chat:
    send "&aHi"
    play sound "ENTITY_EXPERIENCE_ORB_PICKUP"
Could you send a Screen Shot of what happens on your sever? It might be a sever problem this doesn't look like something wrong with Skript