ID:173756
![]() Nov 19 2003, 12:07 pm
|
|
Hi is it possible to make a mind control verb for gms so they can control others if needed?
|
![]() Nov 19 2003, 12:13 pm
|
|
I don't see mind control as a necessity, more of a tool for bored or evil GMs. If you mean "mind control" as making them say something:
|
Enigmaster2002 wrote:
I don't see mind control as a necessity, more of a tool for bored or evil GMs. If you mean "mind control" as making them say something: > mob |
Yes, you can definitely do that, its where most of the fun is to be had as a DM, and is very useful if you're trying to role-play a situation. You would accomplish something like this by setting a mob's key to the key of the person you want to control that mob. Example:
mob/dm/verb/posess(var/mob/M as mob in world) This will allow /mob/dm's to posess other mobs. If you posess a player, it will disconnect them from your world, as they will no longer be connected to a mob. "No two clients can occupy the same mob" at least key-wise. There is nothing here preventing you from posessing another DM, either, so you may want to add the appropriate safeguards for what you intend to do. |