Added a little more info about the player needing the right permissions to @puppet, not the character. Resolves Issue 340.

This commit is contained in:
Griatch 2013-01-07 18:35:36 +01:00
parent 5ef92b6bf8
commit f8514bb0f1

View file

@ -691,9 +691,12 @@ class CmdIC(MuxCommandOOC):
Go in-character (IC) as a given Character. Go in-character (IC) as a given Character.
This will attempt to "become" a different object assuming you have This will attempt to "become" a different object assuming you have
the right to do so. You cannot become an object that is already the right to do so. Note that it's the PLAYER character that puppets
controlled by another player. In principle <character> can be characters/objects and which needs to have the correct permission!
any in-game object as long as you have access right to puppet it.
You cannot become an object that is already controlled by another
player. In principle <character> can be any in-game object as long
as you the player have access right to puppet it.
""" """
key = "@ic" key = "@ic"