zozer_firehood submitted a new resource:
TabComplete Engine - Complex tab completion made simple
Read more about this 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
where each indent level indicates the allowed...Code:WarpTabComplete: type: data warps: set: end remove: _warp: end goto: spawn: end _warp: end
Read more about this resource...