/* Alarm System-Operator */

arg eazyport

if ~open('eazywin','con:20/'eazyport*20'/400/0/Alarm Sysop, Port #'eazyport'/CLOSE/WAIT','W') then
   exit 20

address value 'EAZYBBS.'eazyport

options results
'status' username

call writeln 'eazywin', 'User' result 'called you on port' eazyport
call writeln 'eazywin', 'The time is 'date() time()

call close 'eazywin'

'write' ".now crying for sysop"

address command 'dsound -v10 -l mb:Intern/Scream_SOUND'
address command 'dsound -v10 -r mb:Intern/Explosion_SOUND'

'write' ", done."
'writeln'

'write' ".mach einfach weiter... der Sysop meldet sich schon, wenn er Zeit hat"
'writeln'

'quit' script

