SkDragon Error

  • 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 community!

    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!

Status
Not open for further replies.

NonHoFantasia

Member
Sep 11, 2017
1
0
0
hello! recently I just wanted to try using skdragon, but skript makes a strange errore!

Code:
code_language.skript:
command /wings:
              trigger:
              drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3

Error:

code_language.skript:
[15:53:56 ERROR]: 'drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3' is not an entry (like 'name : value') (particles.sk, line 3: drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3')
[15:53:56 INFO]: Loaded 2 scripts with a total of 7 triggers and 38 commands in 0.58 seconds
[15:53:56 INFO]: [Skript] Encountered 1 error while reloading the config and all scripts!

Can anyone help me? thanks in advance
 
hello! r
code_language.skript:
command /wings:
              trigger:
                            drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3
ecently I just wanted to try using skdragon, but skript makes a strange errore!

Code:
code_language.skript:
command /wings:
  trigger:
        drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3

Error:

code_language.skript:
[15:53:56 ERROR]: 'drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3' is not an entry (like 'name : value') (particles.sk, line 3: drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3')
[15:53:56 INFO]: Loaded 2 scripts with a total of 7 triggers and 38 commands in 0.58 seconds
[15:53:56 INFO]: [Skript] Encountered 1 error while reloading the config and all scripts!

Can anyone help me? thanks in advance
just make TAB ---- to be like this
code_language.skript:
command /wings:
              trigger:
                            drawWings style 12, particle1 "redstone", RGB 0, 184, 245, particle2 "redstone", RGB2 51, 102, 255, particle3 "redstone", RGB3 0, 0, 204, center player, id "%player%", angle 110, height 0, space 0.2, visibleRange 30, tps 0, second 3
 
Status
Not open for further replies.