For some reason when coding arrays I want to use:
ffloor(0,0)= "You enter the entry way to find a dusty mirror and a candle partially melted. There is a coat rack, would you like to hang up your coat?";
This still looks odd to me:
array(first=
array(entry=>"You enter the entry way to find a dusty mirror and a candle partially melted. There is a coat rack, would you like to hang up your coat?"),
And having to type:
echo '$house(array ,'first(array,'entry')')';
as opposed to:
echo'$house('ffloor(0,0)')';