.. efun:: void set_extra_wizinfo(object wiz, mixed extra) void set_extra_wizinfo(string wiz, mixed extra) void set_extra_wizinfo(int wiz, mixed extra) Set the value :arg:`extra` as the 'extra' information for the wizlist entry of :arg:`wiz`. - If :arg:`wiz` is an object, the entry of its creator (uid) is used. - If :arg:`wiz` is a string (a creator aka uid), it names the entry to use. - If :arg:`wiz` is the number 0, the data is set in the default wizlist entry. It can be used to store data for the lifetime of this driver run, like the time of the last reboot. The :arg:`extra` argument may be any value. The function causes a privilege violation. .. seealso:: :efun:`get_extra_wizinfo`, :efun:`set_extra_wizinfo_size`, :efun:`wizlist_info`