K-049: Independent Transporter Welcome Wagon, Oliver’s Cabin (Hyperspace)
Oliver’s Cabin
It takes a while, but Oliver finds this, buried in the external comms buffer code.
xxx insurance subroutine – mess with als/wa will yo xxx
IF system.triggers.alswa = true
BEGIN
IF get.scan.iff(call.current,buffer.messages) = global.variables.dominion
BEGIN
WITH use.comms.array(get.radio.broadcast.emergency)
BEGIN
.transmit.message.permanentbuffer.messages(60170)
END
END
ELSEIF get.scan.iff(call.current,buffer.messages) = global.variables.electoratemilitia
BEGIN
WITH use.comms.array(get.radio.broadcast.emergency)
BEGIN
.transmit.message.permanentbuffer.messages(60171)
END
END
ELSEIF get.scan.iff(call.current,buffer.messages) = global.variables.electoratecivilian
BEGIN
WITH use.comms.array(get.radio.broadcast.emergency)
BEGIN
.transmit.message.permanentbuffer.messages(60172)
END
END
ELSE
BEGIN
WITH use.comms.array(get.radio.broadcast.emergency)
BEGIN
.transmit.message.permanentbuffer.messages(60173)
END
END
END
xxx end xxx
He can track down the messages (60170 to 60173) it’s referencing, but it will take him some extra effort to decrypt them. There’s another routine too – if a specific message is put into the comm buffer it will set an internal variable system.triggers.alswa = true. Oliver hasn’t yet determined the content of that trigger message.
There’s no reference to selling people into slavery that he finds.