blob: a83d350d56ae0150ecc2858e4a05e2fc6f1b7058 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 void set_this_player(object ob)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Change the current command giver to <ob>. <ob> may be 0 if
6 you want to 'deactivate' the current command giver.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008 This efun is not privileged, therefore it should be redefined
9 by a nomask simul_efun which then either completely disables
10 the efun or at least performs some security checks.
11 It is easy to undermine a mudlibs security using this efun.
MG Mud User88f12472016-06-24 23:31:02 +020012
Zesstra715ec202025-07-09 22:18:31 +020013HISTORY
14 Introduced in 3.2.1.
15 LDMud 3.2.6 added the value 0 as acceptable parameter.
MG Mud User88f12472016-06-24 23:31:02 +020016
Zesstra715ec202025-07-09 22:18:31 +020017SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +020018 set_this_object(E), this_player(E)