13 if (significant.isJumppoint()):
15 VS.IOmessage (0,
"game",
"all",
"[Computer] Target detected matching engine signature reported for rlaan spy in %s" % self.
sysfile)
16 VS.IOmessage (0,
"game",
"all",
"[Computer] Confed was hunting this target...");
18 self.spy.ActivateJumpDrive(0)
19 self.spy.SetTarget(significant)
20 VS.getPlayer().SetTarget(self.
spy)
21 self.spy.setFgDirective(
'B')
25 VS.IOmessage (0,
"game",
"all",
"[Confed] You stopped the Rlaan spy from delivering his information to Rlaan HQ.")
26 VS.IOmessage (0,
"game",
"all",
"[Confed] A price of 20,000 will be awarded to you for your expert effort.")
28 playa = VS.getPlayer()
29 VS.IOmessage (0,
"game",
"news",
"RLAAN SPY CAPTURED: After miners in the Novaya Kiev system exposed the rlaan spy and its escape ship, privateers across the sector began searching for the spy. The Rlaan ship made best speed to the local jump point, putting it right in the path of a hungry privateer. 20 thousand credits later, that privateer crushed the Rlaan spy and prevented it from communicating whatever finds it had made to the headquarters. Officially the Star Confederacy discourages vigilante policing; however, in this case the information snagged by the spy was valuable enough to justify putting a hefty sum on the rlaan's head.")
31 playa.addCredits(20000)
33 VS.IOmessage (0,
"game",
"all",
"[Computer] Jump signature matching Rlaan spy reported earlier detected.")
34 VS.IOmessage (0,
"game",
"all",
"[Computer] unable to track.")
35 VS.IOmessage (10,
"game",
"all",
"[Computer] burst transmission to Rlaan space detected.")
39 if (VS.getSystemFile()!=self.
sysfile):
42 if (self.spy.isNull()):
46 if (self.spy.getUnitSystemFile()!=self.
sysfile):
50 self.spy.SetTarget(self.
sig)
55 quest.quest_factory.__init__ (self,
"quest_rlaan_spy")