mod_basement.qsrc 521 B

12345678910111213141516
  1. # mod_basement
  2. ! check mode
  3. ! check location
  4. if $curloc = 'pavComplex':
  5. '<br>Nearby, in another block of apartments, there''s an <a href="exec:minut += 3 & gt ''pavComplexOld'',''etaj_1''">old apartment building</a> that looks quite rundown and possibly abandoned.'
  6. act 'Go to the old apartment building':
  7. minut += 1
  8. gt 'pavComplexOld', 'etaj_1'
  9. end
  10. end
  11. if $curloc = 'pavComplexOld' and $ARGS[0] = 'etaj_1':
  12. act 'Go to the basement': gt 'basement', 'start'
  13. end
  14. --- mod_basement ---------------------------------