password
password
["password"]
Set or clear a password for the player. If no argument is given, any existing password will be cleared. Otherwise, the specified password will be set.
Examples:
begin 663 password "xyzzy9" end
This would set a password `xyzzy9
' for the faction. Further orders
will require the password to be specified after the player number on the
begin
line:
begin 663 "xyzzy9" password # clear the password end