Welcome to the Creatures Wiki! Log in and join the community.

MOWS

From Creatures Wiki
Revision as of 21:27, 20 September 2021 by ScoobyGambit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MOWS is a CAOS command which returns "whether the lawn was cut last Sunday or not". How this is determined, and whose lawn, exactly, and whether or not it takes into account the fact that the lawn may have been mown on Saturday or Friday, and whether it will cut you any slack if it's winter and the grass isn't growing much, is currently unknown.

Usage[edit]

Syntax: MOWS

Is suspected to always return either 0 or 1.

Example[edit]

  DOIF MOWS EQ 0
    OUTS "Somebody forgot to mow the lawn!"
  ELSE
    OUTS "The lawn was mowed last Sunday."
  ENDI

Inner workings[edit]

Editnorn.png Spoiler warning: Plot or ending details follow.

It is thought to return 1 if there are fewer than 14 instances of grass in the world.