A snippet from the start of the event:
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?
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?