city_experimental_trials_pharmacy.qsrc 655 B

12345678910111213141516171819
  1. # city_experimental_trials_pharmacy
  2. if $ARGS[0] = 'counter':
  3. '<center><B><font color="maroon">Experimental Pharmacy</font></B></center>'
  4. !!Image of a pharmacy lady?
  5. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  6. *nl
  7. 'You approach the pharmacy front desk. The nurse behind the counter looks up at you an smiles. "How can I help you".'
  8. *nl
  9. 'There is currently nothing of note being sold here (yet).'
  10. 'More content will be added here in later updates.'
  11. act 'Go back to the front desk': gt 'city_experimental_trials', 'front_desk'
  12. end
  13. --- city_experimental_trials_pharmacy ---------------------------------