Remembering

version 3 by Aaron Reed

  • Home page
  • Beginning
  • Previous



  • Section - People and Animals

    Definition: a person is nonplayer if it is not the player.

    Every turn when at least one nonplayer person is visible (this is the note position of remembered people rule):
        repeat with chap running through visible nonplayer persons:
            if there is a character of chap in Table of Remembered NPC Locations:
                choose row with a character of chap in Table of Remembered NPC Locations;
                change area entry to location;
            otherwise:
                if the number of blank rows in Table of Remembered NPC Locations is at least 1:
                    choose a blank row in Table of Remembered NPC Locations;
                    change character entry to chap;
                    change area entry to location.

    Table of Remembered NPC Locations
    character  area  
    a person  a room  
    with 20 blank rows.  

    Remembering ends here.