Type conversion can't be used (BUGs?)

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

Status
Not open for further replies.

zide

Member
Aug 23, 2017
42
1
0
20
Minecraft version:1.12.1
Skript version:lastest
I know:
number to string
number to item
string to item
 
Last edited:
You'll have to be more specific with your issue, what's not working exactly? Could you provide an example code so we can understand?

Also, for further reference, "latest" isn't a number nor something specific, you could think you're using the latest version available but you could be actually using the latest version from Bukkit, which isn't the latest release. Just provide the specific version number provided by the version command to avoid this kind of misunderstanding.
 
Please don't use the Suggestions and Feedback for help with Skript. Your thread has been moved to the Skript Help sub-forum.
 
  • Like
Reactions: Snow-Pyon
You'll have to be more specific with your issue, what's not working exactly? Could you provide an example code so we can understand?

Also, for further reference, "latest" isn't a number nor something specific, you could think you're using the latest version available but you could be actually using the latest version from Bukkit, which isn't the latest release. Just provide the specific version number provided by the version command to avoid this kind of misunderstanding.
command /test3:
trigger:
set {_x} to "272"
set {_test} to {_x} parsed as item
broadcast "%id of {_test}%"
It sended "<none>".
 
Status
Not open for further replies.