tcmod-npcbots/SQL/updates/world/2022_06_23_00_command.sql

39 lines
875 B
SQL

--
DELETE FROM `command` WHERE `name` LIKE 'npcbot %';
INSERT INTO `command` (`name`) VALUES
('npcbot add'),
('npcbot command'),
('npcbot command follow'),
('npcbot command standstill'),
('npcbot command stopfully'),
('npcbot delete'),
('npcbot distance'),
('npcbot distance attack'),
('npcbot distance attack long'),
('npcbot distance attack short'),
('npcbot dump'),
('npcbot dump load'),
('npcbot dump write'),
('npcbot hide'),
('npcbot info'),
('npcbot kill'),
('npcbot lookup'),
('npcbot move'),
('npcbot order'),
('npcbot order cast'),
('npcbot recall'),
('npcbot recall teleport'),
('npcbot reloadconfig'),
('npcbot remove'),
('npcbot revive'),
('npcbot set'),
('npcbot set faction'),
('npcbot set owner'),
('npcbot set spec'),
('npcbot show'),
('npcbot spawn'),
('npcbot spawned'),
('npcbot suicide'),
('npcbot unhide'),
('npcbot vehicle'),
('npcbot vehicle eject');