tbrain

Settable:
yes
Arguments:
(1) object
(2) character
(3) room
Return Value:
integer array

Returns the array of temporary brain values for an old-style proc on the object, mob, or room. Returns a zero-length array if there isn't any temporary brain array there.

This function is settable using the standard technique for setting array functions. That is, to set the 4th value of the temporary brain of the object bearing the mudl, %o, to 6, you would say

   set(tbrain(%o)[4],6)