1
0

mod_experiment.qsrc 449 B

123456789
  1. # mod_experiment
  2. !input mod entry point here. this will be checked on every location, please keep it clean and brief to avoid game lag
  3. if $loc = 'city_clinic' and menu_off = 0 and $menu_arg = 'start':
  4. *nl
  5. 'There is a small poster on an otherwise empty wall advertising a medical trial taking place here.'
  6. act 'Go to the medical trials reception desk': gt 'mod_experiment_trial', 'start'
  7. end
  8. --- mod_experiment ---------------------------------