tatiana_missions 905 B

123456789101112131415161718192021
  1. # tatiana_missons
  2. if $ARGS[0] = 'special':
  3. cls
  4. gs 'stat'
  5. '<center><b><font color="maroon">Tatiana</font></b></center>'
  6. '<center><img src="images/pre/shared/karinpre.jpg"></center>'
  7. '"<<$pcs_firstname>>, I a special mission for you. There is some kind of magic emanating from a bakery in Old Town, the people who have eaten there and show traces of the magic have no recollection of something having happened."'
  8. '"We don''t want to raise suspicion by going to the bakery as could be recognised, so we just want you to go there and buy one of their ''special cakes'' and bring it back here for me to test. I''m afraid you don''t have a choice in this one, we have no one else to send."'
  9. !! act 'Accept': gt 'lab', 'start'
  10. end
  11. if $ARGS[0] = '1':
  12. !! mission text
  13. !! act 'Accept': gt 'lab', 'start'
  14. !! act 'Refuse': gt 'lab', 'start'
  15. end
  16. !!etc.
  17. --- tatiana_missons ---------------------------------