1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Tab Completer

Discussion in 'Scripts' started by TPGamesNL, Apr 28, 2019.

  1. TPGamesNL

    Moderator Supporter Addon Developer Dev Programme

    Joined:
    Jan 20, 2018
    Messages:
    1,501
    Likes Received:
    108
    Medals:
    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):
    Code (Text):
    1. on load: # Doesn't have to be in a load event
    2.     add "sk reload tabcompleter" to tab completions
    Result:
    [​IMG]

    How to use:
    Tab completions expression:
    Code (Text):
    1. tab completions
    This can be used in many ways:
    Code (Text):
    1. add "sk reload scripts" to tab completions
    2. remove "sk reload scripts" from tab completions
    3. delete "sk reload scripts"
    4. broadcast "Tab completions: %tab completions%"
    Create tab completer effect:
    Code (Text):
    1. create tab complet(er|ion) for %strings%
    2. make tab complet(er|ion) for %strings%
    This is the same as add %strings% to tab completions, but as an effect.

    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.
     
    #1 TPGamesNL, Apr 28, 2019
    Last edited: Jul 20, 2020
    Western Mine likes this.

Share This Page

Loading...