Man set code

From LSWiki

Jump to: navigation, search

man set_code set_code - sets the object's identification code

Contents

Synopsis

void set_code(string code);

Files

   /mod/basic/identity.c

Description

Sets the identification code associated with the object. This is central to the object identification mechanism.

Examples

   set_code("Soulshard");
   set_code("rings of growth");
   set_code("wands of striking");

See Also

identify(mechanisms)

Personal tools