Switch to edit mode.
Name(s): @what*-was @what_was1: if (!$object_utils:isa(player, $guardian))
2: $msg:mtell("not_own", this)
3: elseif (!this:_get_ghost())
4: player:tell(this:title(), " has no ghost image.")
5: else
6: for l in ($recycler:image2text(this, @this:_get_ghost()))
7: player:notify(l)
8: $command_utils:suspend_if_needed()
9: endfor
10: endif
11: "Last modified by Dax (#789) on Sat May 16 14:19:24 1998 EDT."