pavCommercialOffices.qsrc 401 B

12345678910111213141516
  1. # pavCommercialOffices
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaStreet = $ARGS[0]
  5. $locStreet = $CURLOC
  6. CLOSE ALL
  7. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/leonid/officebuilding.jpg"></center>'
  8. 'You are in front of the small office building.'
  9. act 'Go inside':gt 'leonid', 'hall'
  10. act 'Get back':gt 'pavCommercial'
  11. --- pavCommercialOffices ---------------------------------