MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS: |
2 | void rename_object (object ob, string new_name); | ||||
3 | |||||
4 | DESCRIPTION: | ||||
5 | Give the current object a new object_name. Causes a privilege | ||||
6 | violation. The new name must not contain a # character, except | ||||
7 | at the end, to avoid confusion with clone numbers. | ||||
8 | |||||
9 | SEE ALSO: | ||||
10 | creator(E), object_name(E) |