Jump to content

HexideMH

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by HexideMH

  1. On 12/20/2020 at 4:54 PM, aaargaerhaehrea said:

    Hello, I need a skript.
    What the skript does:
    Command: /StartTraining

    Then: I want to make It say: Training is now starting!
    Then: After 3 secs I want It to say: Training has now started.
    Then: I want It to say stuff. But Just say (Text) Where I need to do the text.

    command starttraining:
       permission: starttraining.sk
       permission message: &cInsufficient Permissions
       trigger:
            broadcast "&aTraining is now starting!"
            wait 3 seconds
            broadcast "&aTraining has now started."
            broadcast "(Text)"

     

×
×
  • Create New...