Revision 2, 450 bytes
(checked in by yumileroy, 17 years ago)
|
[svn] * Proper SVN structure
Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00
|
Line | |
---|
1 | DELETE FROM `command` WHERE `name` = 'targetobject'; |
---|
2 | DELETE FROM `command` WHERE `name` = 'gobject target'; |
---|
3 | |
---|
4 | INSERT INTO `command` (`name`,`security`,`help`) VALUES |
---|
5 | ('gobject target',2,'Syntax: .gobject target [#go_id|#go_name_part]\r\n\r\nLocate and show position nearest gameobject. If #go_id or #go_name_part provide then locate and show position of nearest gameobject with gameobject template id #go_id or name included #go_name_part as part.'); |
---|