Okay, I have three solutions:
0. .sit to .rez: (url="http://"http://homepage.ntlworld.com/charles.tosh/convert/")http://homepage.ntlw...s.tosh/convert/(/url)
If you are deving plugins on a PC, you should be competent enough to follow those instructions and convert your own plugs. They arnt kidding when they say 8.0 stuffit doesnt work.
When you finish your plug, you can use an emulated mac or send it to me and i can convert .rez on my mac. (this conversion is accomplished using David Arthur's Mac Plugin Converter 1.01). And just so you know, I DO use a PC primarilly. I am NOT out to make the lives of PC Devers hard - I just want all plugins to be as widely useful as possible.
1. If you want the sensors to work everywhere, just use an outfit with modtypes 24 (modval positive - "subtracts this value from... Interference when calculating how "fuzzy" to make the radar scanner"), and modtype 28 (Modval negative - "The amount by which to increase or decrease the current system's murkiness level").
For a single system, just make one version for not having the radar and one for having the radar, using !oxxx and oxxx respectively for the visbits (where xxx = the ID of the radar outfit - if you were wondering, Oxxx evaluates to true if the player has one or more of outfit XXX). DO NOT have the outfits set bits on buying them and unset them on selling it - if you did that, the whole thing would break if the player bought a new ship.
2. Okay:
Nova "assumes implicit reciprical links" when you try to give a 1 way link (although this makes what you are doing harder, it also makes general dev easier). I think you can have a hypergate piped to a planet or station, I will test this. (EDIT: I tested it. It works) If you cant, you could always pipe it to a hypergate of govt != the normal hypergate one, and set it to cant land on. This might actually make more sense.
Finally, if the player is getting kicked into prison by actions resulting from missions, you can send him there with an NCB set string (see the Mxxx and Nxxx opperators. Note that until windows gets an update, if those are used in space, any spobs in the target system are invisible till one lands or jumps.
Manta's method almost works - unfortunately, it is complicated by two facts:
1. The nebu would stay explored - thus the player could only get stuck once.
2. The OnExplore would be executed every time the person starts nova (this might not be a problem). See the Bible on OnExplore
In general, it sounds like you might want to reread the NCB section of the Bible - it has some stuff that could help you here.
-Az
------------------
It is here. EVNEW Public Beta (url="http://"http://www.aznt.com/EVN/EVNEW")www.aznt.com/EVN/EVNEW(/url)
Stuffit is a piece of .sit.
(This message has been edited by Azratax2 (edited 02-11-2004).)