@reference - luxembourg/muxcode-clm GitHub Wiki
@REFERENCE2
There is no limit to the number of name references an object may have. Resolving name references is less efficient than resolving a dbref. The length of names for references is currently limited to 64 characters.
References are not persistent between restarts. Therefore, any references that you wish to be permanently defined should be placed in a @startup.
Global references can be listed using '@reference/list'. You can list your own references using '@reference/list me'. Furthermore, you can list the references of any player you control by using '@reference/list <player>'.
Example: > @create Data Data created as object #58 > @va Data = Test Set. > @reference myobj = Data Referenced. > say [get(#_myobj/VA)] You say, "Test"
rsonal nref called 'myobj', which maps to #200, via '@reference myobj=#200', you can use '#_myobj' in place of the dbref. To examine the object, you can use 'examine #_myobj' rather than 'examine #200'. Note: global references start with the underscore. A global reference of '_OOC' can be looked up via '#__OOC'.
{ 'help @reference2' for more }