Advertisement
elgeonmb

Untitled

Jun 2nd, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Suivrement relates various people to one person (called the leader). The verb to suivre means the suivrement relation.
  2.  
  3. Every turn:
  4. repeat with followers running through people:
  5. if the leader of the followers is nobody:
  6. do nothing;
  7. otherwise if the followers is the player:
  8. do nothing;
  9. otherwise if the location of the followers is the location of the leader of the followers:
  10. do nothing;
  11. otherwise:
  12. let the way be the best route from the location of the followers to the location of the leader of the followers, using doors;
  13. try the followers going the way.
  14.  
  15. Following is an action applying to one visible thing. Understand "follow [someone]" as following.
  16.  
  17. Carry out an actor following:
  18. say "[the actor] is now following [if the noun is the player]you[otherwise][the noun][end if].";
  19. now the actor suivres the noun.
  20.  
  21. Unfollowing is an action applying to nothing. Understand "unfollow" or "stop following" as unfollowing.
  22.  
  23. Carry out an actor unfollowing:
  24. if the leader of the actor is nobody:
  25. say "[the actor] resolves to wait around doing nothing in particular even harder.";
  26. otherwise:
  27. say "[the actor] is no longer following [if the leader of the actor is the player]you[otherwise][the leader of the actor][end if].";
  28. now the actor suivres nobody.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement