Find
You are looking at a command called possess
possess {object}
Take control of another object and use it instead of your original player object.
you will have to logon to COW again to return to normal
Created by
Clod
, last updated 04 Jan 2012
Code
get $target in $Loc;
if $target > 0 then continue else fail;
##continue:
if $pw like $target's pwd then possessit else itslocked;
##possessit:
say 'possess',"A whisp of something flows from [$actor] to [$target]";
set $target's pid to $actor's pid;
set $actor's pid to '';
##fail:
say 'failed',"[$actor] feels a bit like $cmd_text";
##itslocked:
say 'faillocked',"[$actor] longs to be like [$target] but its locked";