Solved Skungee Network variables return as <none>

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

memes

Member
Jun 24, 2018
23
2
3
24
The title says it all, any ideas? Here's my (basic) code.
Code:
command /set [<text>]:
    trigger:
        set network variable {test} to arg
command /view:
    trigger:
        set {_nv} to "%network variable {test}%"
        send "%{_nv}%"
 
There are no errors?
Are you sure the servers are connected (- there are no errors in the console)?
I don't have good memories of Skungee, it often did not work so well on my bungee network.
 
There are no errors, it says it connected to BungeeCord. And I'm starting to think it's not the solution to use Skript with Bungee aswell.
 
Skungee's network variables require a string as input, not an actual variable. For example:
Code:
set {_test} to network variable "test"
 
  • Like
Reactions: memes
Status
Not open for further replies.