Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. crossroads KbAddTopic ["introduction","Texts.bikb","",""];
  2. charlie KbAddTopic ["introduction","Texts.bikb","",""];
  3.  
  4. crossroads KbTell[crossroads,"introduction","ZeroWhatJustHappened"];
  5. waitUntil {
  6. crossroads KbWasSaid [crossroads,"introduction","ZeroWhatJustHappened",3];
  7. };
  8. sleep 3;
  9. crossroads KbTell[charlie,"introduction","OneWhatJustBlewUp"];
  10. waitUntil {
  11. crossroads KbWasSaid [charlie,"introduction","OneWhatJustBlewUp",5];
  12. };
  13. sleep 1;
  14. charlie KbTell[crossroads,"introduction","1SomeonesEngagingTheGunships"];
  15. waitUntil {
  16. charlie KbWasSaid [crossroads,"introduction","1SomeonesEngagingTheGunships",4];
  17. };
  18. sleep 0.5;
  19. crossroads KbTell[charlie,"introduction","2AllAANeutralized"];
  20. waitUntil {
  21. crossroads KbWasSaid [charlie,"introduction","2AllAANeutralized",5];
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement