12345678910111213141516 |
- # mod_basement
- ! check mode
- ! check location
- if $curloc = 'pavComplex':
- '<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.'
- act 'Go to the old apartment building':
- minut += 1
- gt 'pavComplexOld', 'etaj_1'
- end
- end
- if $curloc = 'pavComplexOld' and $ARGS[0] = 'etaj_1':
- act 'Go to the basement': gt 'basement', 'start'
- end
- --- mod_basement ---------------------------------
|