/*
// File : TEST_EFUN.c
// Purpose : allows testing of simul_efuns
// edit this simul_efun how you like.
// 93-10-04 : Written by Pallando
*/
mixed TEST_EFUN( mixed arg )
{
return ([
"origin" : origin(),
"previous_object" : previous_object(),
"this_object" : this_object(),
"this_player" : this_player(),
]);
}