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