Hello, I recently (today) started using SkRayfall with Citizens plugins, however, I had an error sometimes with the code "citizen is named":
My code:
The citizen named Antikore work fine, the other named Marcviver15 also works fine, but the one named Chip87 don't work. This also happen on this other part of the code:
Please help!
My code:
code_language.skript:
on citizen left click:
citizen is named "<light red><bold>Antikore":
message "<light red>[Antikore] <white>Ouch!, Thank you?" to the player
citizen is named "<light blue><bold>Chip87":
message "<blue>[CinematicChip87] <white>Dirp <yellow>;(" to the player
citizen is named "<green><bold>Marcviver15":
message "<green>[Marcviver15] <white>Test"
The citizen named Antikore work fine, the other named Marcviver15 also works fine, but the one named Chip87 don't work. This also happen on this other part of the code:
code_language.skript:
on citizen right click:
citizen is named "<light red><bold>Antikore":
message "<light red>[Antikore] <white>What are you waiting for? Play more minigames and get some coinies <yellow>:D" to the player
citizen is named "<light blue><bold>Chip87":
message "<blue>[CinematicChip87] <white>2 + 2 = 4" to the player
wait 2 seconds
message "<blue>[CinematicChip87] <white>4 - 1 = 3kmaths <yellow>xD" to the player
Please help!