Jump to content

JustSeadragon

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by JustSeadragon

  1. My skript keeps messing up because I've tried 2 things. 

    The first thing was to assign variables to it:

    command /basketball <offlineplayer> <offlineplayer>:
        trigger:
            player1 = "%arg-1%"
            player2 = "%arg-2%"
            send "&d%arg-1% and %arg-2% are playing a basketball match."
            give stick named "&dTackle" to player1
            give stick named "&dTackle" to player2
            give stick named "&dPass" to player1
            give stick named "&dPass" to player2

    Then the second thing was to just do the simple thing:

    command /basketball <offlineplayer> <offlineplayer>:
        trigger:
            send "&d%arg-1% and %arg-2% are playing a basketball match."
            give stick named "&dTackle" to %arg-1%
            give stick named "&dTackle" to %arg-2%
            give stick named "&dPass" to %arg-1%
            give stick named "&dPass" to %arg-2%

    Nothing worked. Please help!

  2. For my custom tab list I want to set the header and footer but I can't do it, my skript is:

    on join:
        set tab header to "&9&lRobo&b&lGens" and footer to "&d----------" for player

    Any help?

×
×
  • Create New...