#restrict_function mailtime nobody
#restrict_function malias nobody
#restrict_function folderstats nobody
-
get <thing>'s <object>, which will fail if either thing is not ENTER_OK
or the object is locked against you. Some MUSHes choose to disable the
ability to take an object in someone else's inventory.
-
+
See also: @lock, ENTER_OK, give, drop, @success, inventory
& @abuy
@abuy <object> = <action list>
or cpu time that may be configured in the MUSH.
If the evaluation order doesn't quite seem right, adding escapes
or breaking up the expression will probably help.
-
+
& UCSTR()
ucstr(<string>)
}
if (!title)
title = "";
+
if (strlen(title) >= CU_TITLE_LEN) {
notify(player, T("Title too long."));
return;
}
-
/* ARGSUSED */
FUNCTION(fun_lnum)
{
return;
}
-
FUNCTION(fun_speak)
{
ufun_attrib transufun;
return;
}
-
/* ARGSUSED */
FUNCTION(fun_ulocal)
{