Not a feature request... Not a bug either....

I wasn't sure how to classify this... It's not really a bug, and only sort of a feature request. I was wondering(, mburch,) if there was any chance of making the NCB tag for descs work at multiple layers... Like this:

{B100 "{B101 "Bits 100 and 101 are set" "Bit 100 but not 101 are set"}" "Bit 100 is not set"}

From a coding standpoint, it seems like it would be the easiest way to make AND and OR-type constructions in descs. Of course, you are probably not really keen on the idea of doing ANYTHING more/different with the code

I'm not sure if this has been brought up before... Search didn't seem to yield anything relevant. Of course, if this is deemed a new feature or too much of a tweak, I'll simply drop it. Too bad I wasn't in on the beta... This never would have gotten past me!

------------------
~Charlie
Sephil Saga Homepage: (url="http://"http://www.cwssoftware.com")www.cwssoftware.com(/url)

Just a quick question I'm curious about - if you wanted to have { or } be part of the text string, would you type it as { or } or is that not possible?

------------------
C:dos
C:dosrun
rundosrun

I know you use " for quotes, so almost assuredly you use { and } for brackets.

------------------
~Charlie
Sephil Saga Homepage: (url="http://"http://www.cwssoftware.com")www.cwssoftware.com(/url)

Quote

Originally posted by Aprosenf:
**Just a quick question I'm curious about - if you wanted to have { or } be part of the text string, would you type it as { or } or is that not possible?

**

I'm curious why you would use {} over parenthesis? Those really aren't common in text/dialogue.

------------------
((Ż'ˇ.¸(Ż'ˇ.¸Ť•-KAME-•ť¸.ˇ'´Ż)¸.ˇ'´Ż))
I used to jog but the ice kept falling out of my glass.
(url="http://"http://www.0three0.net/l-1551/")L 1551(/url) - The official site of RONIN and The Way and the ten thousand things

Since this is very easy to get around with {bxxx "blah1" ""} {bxxx "blah2" ""} {bxxx "blah3" ""}, I don't think he'd do it, even if there was going to be a new version, and if he was willing to add features.

(Edit: and yeah, I think somebody already came up with this idea...)

------------------
Moderator- (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=9&SUBMIT;=Go&mrxak;=cool")EV Developer's Corner(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=69SUBMIT=Go&mrxak;=cool")Uplink Web Board(/url) | (url="http://"http://forums.evula.com/viewforum.php?f=18")mrxak's Assorted Webspace Forum(/url) | (url="http://"http://forums.evula.com/viewforum.php?f=48")Starcraft Forum(/url) | | (url="http://"http://directory.perfectparadox.com/profile.php?id=00008")My Profile(/url) | (url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/postdisplay.cgi?forum=Forum10&topic;=007599-2&whichpost;=mrxak11-06-200203:22PM")mrxak(/url)
(url="http://"http://www.evula.org/mrxak/")mrxak's Assorted Webspace(/url) | (url="http://"http://www.evula.org/mrxak/Haikus/haikuarchive.html")The Haiku Archive(/url) | (url="http://"http://www.evula.org/mrxak/EV/N/mbspt/mbspt.html")mrxak's Big Secret Plug-in/Tutorial(/url) | (url="http://"http://www.evula.org/mrxak/EV/N/amtc/amtc.html")A mrxak TC(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/vftp/dl-redirect.pl/TheChallenge102.sea.bin?path=evn/plugins&file;=TheChallenge102.sea.bin")The Challenge v1.0.2(/url)
(url="http://"http://www.AmbrosiaSW.com/cgi-bin/ubb/search.cgi?action=intro")Search First(/url) | (url="http://"http://www.macgamer.net/games/uplink/")Uplink Guide(/url) | (url="http://"http://www.evula.com/survival_guide/")EV/O/N Guide(/url) | (url="http://"http://www.ambrosiasw.com/cgi-bin/ubb/forumdisplay.cgi?action=topics&number;=31&SUBMIT;=Go")Plug-in Guide(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003091.html")Plug-in Testers(/url) | (url="http://"http://www.AmbrosiaSW.com/webboard/Forum9/HTML/003196.html")Developers(/url) | (url="http://"http://www.AmbrosiaSW.com/games/evn/addons.html")Nova Addons(/url) | (url="http://"http://www.resexcellence.com/support_files/resedit.shtml")ResEdit(/url) | (url="http://"http://w00tware.ev-nova.net/")NovaTools(/url)
Please, for the love of Uplink, don't go off topic!!!

(This message has been edited by mrxak (edited 08-12-2003).)

Quote

Originally posted by mrxak:
Since this is very easy to get around with {bxxx "blah1" ""} {bxxx "blah2" ""} {bxxx "blah3" ""}...

As a sidenote, I use this quite extensively in the dëscs in SFA, where the first field represents the original series era, the second the period between Star Trek the Motion Picture and Star Trek II: the Wrath of Khan, and the third for events following STII.

------------------
Starfleet Adventures: A Star Trek TC for EVN (url="http://"http://www.ev-nova.net/forums/viewtopic.php?t=145") Discussion Board (/url)
Starfleet Adventures (url="http://"http://www.ev-nova.net/forums/viewtopic.php?t=71")Progress Log(/url)
denki's Starfleet Adventures (url="http://"http://www.geocities.com/starfleet_adventures/")FAQ page(/url)
It is better to feed the goat than it is today.

mrxak, with all due respect, {bxxx "blah"}{byyy "blah"} is not totally equivalent to nesting. It works fine for OR, but if you have text that depends on two bits, then you are out of luck.

What I would use it for is a little more complex- I have a series of bits that are set in succession, but the bit before is not cleared- if you want to have text for only the highest-rated bit shown, you have to use a nested structure, or else use more bits. But with my set-up, the more bits option is not viable.

Oh well. Just a thought.

------------------
~Charlie
Sephil Saga Homepage: (url="http://"http://www.cwssoftware.com")www.cwssoftware.com(/url)

(This message has been edited by Masamune (edited 08-13-2003).)

Quote

Originally posted by mrxak:
**Since this is very easy to get around with {bxxx "blah1" ""} {bxxx "blah2" ""} {bxxx "blah3" ""}, I don't think he'd do it, even if there was going to be a new version, and if he was willing to add features.

(Edit: and yeah, I think somebody already came up with this idea...)

**

The probllem I find, which is causing me to make about 2 times more missions in this one section of a rather large project, is that you cant nestle a Gender check inside a bit check... It would be VERY nice to have this, and would save so much effort in certain circumstances. Otherwise you have to have a mission do the bit determining and the dialog do gender...

------------------