TabComplete Engine

TabComplete Engine 1.4

zozer_firehood

Helper
Staff member
Helper
Aug 6, 2016
19
0
1
zozer_firehood submitted a new resource:

TabComplete Engine - Complex tab completion made simple

Tired of having to figure out how to write a good tab complete script for your new fancy command script? With this procedure script you just have to provide the structure of the command and let the script do the work for you.

As an example, lets set up a warp command as so
Code:
WarpTabComplete:
    type: data
    warps:
        set: end
        remove:
            _warp: end
        goto:
            spawn: end
            _warp: end
where each indent level indicates the allowed...

Read more about this resource...