Solved Variable problem using Vixio

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

PuchiGFX

Member
Jan 26, 2017
246
5
18
I can't use variables in private messages.
My current code:
https://hastebin.com/iteviyepij.pl
Output in discord server:
Screenshot 2020-06-24 at 11.53.45.png
Output in private message:
Screenshot 2020-06-24 at 11.46.54.png
Using Skript 2.4.1, Vixio 2.0.4 and PaperSpigot 1.15.2 (git-Paper-172)
 
What do you mean?
In the images it shows that.
A debug message is a simple send message effect that can tell you what your code is doing, for example `send "name: %{_name}%" to console`. In your case, I recommend you to add some debug message before and after the line `reply with ...`, because I think that's where it goes wrong
 
A debug message is a simple send message effect that can tell you what your code is doing, for example `send "name: %{_name}%" to console`. In your case, I recommend you to add some debug message before and after the line `reply with ...`, because I think that's where it goes wrong

Propably bc the message is send async the temp vars get wasted.
 
Status
Not open for further replies.