12 lines
239 B
INI
12 lines
239 B
INI
Home is a room.
|
|
|
|
When play begins:
|
|
if2 (the player is in Home) and-or (the player is a person) begin;
|
|
say "both";
|
|
else1;
|
|
say "only 1";
|
|
else2;
|
|
say "only 2";
|
|
else0;
|
|
say "neither";
|
|
end if2.
|