]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Document copying / pasting in the help system
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 11:49:38 +0000 (14:49 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 25 Oct 2011 11:49:38 +0000 (14:49 +0300)
qcsrc/server/mutators/sandbox.qc

index 0cf5702e3ec56068fb5cec3d8d3d473109ce3b49..4d2b961153961ddeb8c2b98a16124fc9812e8ad2 100644 (file)
@@ -53,6 +53,8 @@ MUTATOR_HOOKFUNCTION(sandbox_PlayerCommand)
                        print_to(self, "^7\"^2spawn_item ^3item^7\" spawns the specified item in front of the player. Only weapons are currently supported");
                        print_to(self, "^7\"^2spawn_object ^3models/foo/bar.md3^7\" spawns a new object in front of the player, and gives it the specified model");
                        print_to(self, "^7\"^2remove_object^7\" removes the object the player is looking at. Players can only remove their own objects");
+                       print_to(self, "^7\"^2duplicate_object_copy^7\" copies the object the player is looking at. Players can only copy their own objects");
+                       print_to(self, "^7\"^2duplicate_object_paste^7\" pastes the copied object in front of the player");
                        print_to(self, "^7The ^1drag object ^7key can be used to grab and carry objects. Players can only grab their own objects");
                        return TRUE;
                }