Solved MundoSK No player in tab complete event

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

Weber

New Member
Jan 31, 2018
5
0
0
24
A snippet from the start of the event:
code_language.skript:
on tab complete:
    set {_args::*} to split "%event-string%" at " "
    set {_pl} to "%event-player%"

This results in an error message saying: "There's no player/console in an on tab complete event event" followed by a reference to the "set {_pl} to "%event-player%"" line.

I have attempted to use event-commandsender as well, as outlined in the documentation ( https://docs.skunity.com/syntax/events/Tab Complete )

Am I doing something obviously wrong?
 
Apologies; The wrong version was added to the server. I've contacted the person and they should be fixing it soon, glad to know I'm not entirely inept :emoji_stuck_out_tongue: Thank you for your help though!
 
Status
Not open for further replies.