- Jan 20, 2018
- 1,501
- 109
- 63
- 21
About this script:
This script is adds support for simple tab completion to your scripts.
How simple is this?
All you have to do to make your command tab completable is this (example):
Result:
How to use:
Requirements:
- skript-mirror
- Skript (at least 2.2-dev36)
DIS SCRIPT NO WORK:
If the script doesn't work, contact me on Discord: TPGamesNL#0880.
You can also PM me on the forums if you prefer that.
If you have any other questions/suggestions, feel free to ask, I'd like to help you.
If you want me to make a script for you, contact me.
This script is adds support for simple tab completion to your scripts.
How simple is this?
All you have to do to make your command tab completable is this (example):
Code:
on load: # Doesn't have to be in a load event
add "sk reload tabcompleter" to tab completions
How to use:
Tab completions expression:
This can be used in many ways:
Create tab completer effect:
This is the same as add %strings% to tab completions, but as an effect.
Code:
tab completions
Code:
add "sk reload scripts" to tab completions
remove "sk reload scripts" from tab completions
delete "sk reload scripts"
broadcast "Tab completions: %tab completions%"
Code:
create tab complet(er|ion) for %strings%
make tab complet(er|ion) for %strings%
Requirements:
- skript-mirror
- Skript (at least 2.2-dev36)
DIS SCRIPT NO WORK:
If the script doesn't work, contact me on Discord: TPGamesNL#0880.
You can also PM me on the forums if you prefer that.
If you have any other questions/suggestions, feel free to ask, I'd like to help you.
If you want me to make a script for you, contact me.
Last edited: