: Well, the docs do say that it's not designed to have a player be able to put
: stuff underneath the object during game play. Still, a quick code persual
: suggests that you should just append the object onto the underLoc property
: of the hider, and then set the object's location to nil, and that should work.
: (It looks to me like the initialization part just figures out what objects
: should be under it, and adds them to the list automatically.)
Merci. I will try it.