mouse

.
. Member 9: "mouse" Cast 1: "Internal"
.
__

--
--^ A rodent.
--

property ancestor

on birth me
  set the ancestor of me = birth(script "mammal")
  set the favouriteSound of me = "squeak!"
  set the mySpecies of me = "mouse"
  return me
end