Find
You are looking at an action called pwd
Created by
Xianus
, last updated 04 Jan 2012
Code
get $target in $loc;
if $target > 0 then checkpwd else end;
##checkpwd:
var $pwd to $target's pwd;
say 'msg',"[$target]'s password is $pwd";