Classic Name Selector. Usable for Creating Names for NPCs or Bots
Desc: Name Selector is basically a command prompt. It has its own commands. Its language is Lua. Listed below are the commands for the selector.(Please ignore the brackets):
- (print ns): prints name with a adjustable value
- (add custom n): adds a custom name with your desired first and last name. the first and last name get added to respective tables
- (add f n): adds your desired first name to its respective table
- (add l n): basically add f n but with your desired last name
- (clear f ns): clears all first names
- (clear l ns): clears all last names
- (delete f n): deletes a first name of your choice
- (delete l n): deletes a last name of your choice
- (stop): stops the program