Basic Characters
version 1 by ShadowChaser
Section 8 - Status Of The Player
Requesting the status of the player is an action out of world.
Report requesting the status of the player:
if using the no scoring option begin;
say "You are ";
say "[health_of the player]";
if not using the no magic reporting option begin;
say ", [magic_of the player]";
end if;
say " and [sanity_of the player].";
else;
try requesting the score;
say "You are ";
say "[health_of the player]";
if not using the no magic reporting option begin;
say ", [magic_of the player]";
end if;
say " and [sanity_of the player].";
end if.
Understand "status" as requesting the status of the player.
Basic Characters ends here.